=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Makefile,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** ports/Makefile 2000/10/02 09:07:43 1.27 --- ports/Makefile 2001/04/18 14:35:07 1.28 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.27 2000/10/02 09:07:43 espie Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.28 2001/04/18 14:35:07 espie Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # *************** *** 17,22 **** --- 17,24 ---- _CMD+=maintainer='${maintainer}' . endif SUBDIR != ${_CMD} + .elif defined(SUBDIRLIST) + SUBDIR != sed -e 's,[ ]*\#.*,,' -e '/^[ ]*$$/d' ${SUBDIRLIST} .else SUBDIR += archivers SUBDIR += astro