diff options
author | seb <seb@pkgsrc.org> | 2003-06-30 12:06:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-30 12:06:08 +0000 |
commit | 29288844cd59b26cbac3f39d31109353ee6c79a9 (patch) | |
tree | 9485c9e46408f4dc0e6ca277cdb2e06071229a44 /emulators/vice | |
parent | 9cb2945774ff2aa2df95a45ebf24a779da934639 (diff) | |
download | pkgsrc-29288844cd59b26cbac3f39d31109353ee6c79a9.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 6 | ||||
-rw-r--r-- | emulators/vice/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 1562632609b..bc96e86c523 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/06/23 19:05:09 kristerw Exp $ +# $NetBSD: Makefile,v 1.32 2003/06/30 12:06:08 seb Exp $ # DISTNAME= vice-1.12 @@ -31,6 +31,9 @@ USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES +USE_NEW_TEXINFO= YES +INFO_FILES= vice.info + # These changes are rather common, so sed instead of patch: post-patch: @for file in `${FIND} ${WRKSRC} -name Makefile.in -print` \ @@ -73,7 +76,6 @@ post-install: #.include "../../graphics/png/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" # This is the emulator's recommended setting. We place it last so that it diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST index f5daffa00ff..145ecba9d8f 100644 --- a/emulators/vice/PLIST +++ b/emulators/vice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/06/23 19:05:09 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/06/30 12:06:09 seb Exp $ bin/c1541 bin/petcat bin/vsid @@ -8,7 +8,6 @@ bin/xcbm2 bin/xpet bin/xplus4 bin/xvic -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/vice.info info/vice.info info/vice.info-1 info/vice.info-2 @@ -17,7 +16,6 @@ info/vice.info-4 info/vice.info-5 info/vice.info-6 info/vice.info-7 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/vice.info man/man1/c1541.1 man/man1/petcat.1 man/man1/vice.1 |