diff options
Diffstat (limited to 'devel/dmake/Makefile')
-rw-r--r-- | devel/dmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index 51342d63bb8..3333cb06538 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/09/25 18:49:08 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:13:28 agc Exp $ # DISTNAME= dmake-v4.1-src-export.all-unknown-all PKGNAME= dmake-4.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/dmake CATEGORIES= devel MASTER_SITES= http://dmake.wticorp.com/SourceDistribution/ \ ftp://plg.uwaterloo.ca/pub/dmake/ @@ -15,6 +14,7 @@ COMMENT= Portable make supported by many platforms MAKEFILE= makefile ALL_TARGET= linux +WRKSRC= ${WRKDIR}/dmake do-configure: cd ${WRKSRC} && ${RM} unix/bsd43/dirent.h && \ |