diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index db3a9177cf32..51342d63bb8d 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:19 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/25 18:49:08 wiz 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/ \ @@ -23,6 +24,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dmake ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1 ${INSTALL_DATA_DIR} ${PREFIX}/share/dmake ${CP} -pR ${WRKSRC}/startup ${PREFIX}/share/dmake diff --git a/devel/dmake/PLIST b/devel/dmake/PLIST index 46d88594cc0a..f3355af5ba50 100644 --- a/devel/dmake/PLIST +++ b/devel/dmake/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/25 18:49:08 wiz Exp $ bin/dmake +man/man1/dmake.1 share/dmake/startup/Windows_NT/borland/macros.mk share/dmake/startup/Windows_NT/macros.mk share/dmake/startup/Windows_NT/microsft/macros.mk