diff options
author | seb <seb@pkgsrc.org> | 2003-08-05 11:17:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-05 11:17:10 +0000 |
commit | 8e070a819e6a49c5a414e694277492ea5e180023 (patch) | |
tree | 36d8ca3d56f61673719bf53aea49d207624a020e | |
parent | 4a63d4e55eb3717114f30f02145dfb3c4aa452e6 (diff) | |
download | pkgsrc-8e070a819e6a49c5a414e694277492ea5e180023.tar.gz |
Convert to USE_NEW_TEXINFO.
-rw-r--r-- | security/sfs/Makefile | 5 | ||||
-rw-r--r-- | security/sfs/PLIST | 4 | ||||
-rw-r--r-- | time/gcal/Makefile | 4 | ||||
-rw-r--r-- | time/gcal/PLIST | 4 |
4 files changed, 7 insertions, 10 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 8495dfda5f9..33f177669a4 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/06/02 14:05:08 abs Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/05 11:17:10 seb Exp $ # DISTNAME= sfs-0.7.2 @@ -41,6 +41,8 @@ SFSEXAMPLEDIR= ${PREFIX}/share/examples/sfs MESSAGE_SUBST+= SFSDIR=${SFS_ROOT} SFSEXAMPLEDIR=${SFSEXAMPLEDIR} +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= sfs.info post-install: @@ -52,5 +54,4 @@ post-install: .include "../../security/openssl/buildlink2.mk" .include "../../mk/gcc.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/sfs/PLIST b/security/sfs/PLIST index c0c9bc331d2..e85b294261d 100644 --- a/security/sfs/PLIST +++ b/security/sfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/23 14:28:32 lukem Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/05 11:17:11 seb Exp $ bin/dirsearch bin/newaid bin/rex @@ -128,12 +128,10 @@ include/${PKGNAME}/xdr_suio.h include/${PKGNAME}/xdrmisc.h include/${PKGNAME}/xhinfo.h include/sfs.h -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/sfs.info info/sfs.info info/sfs.info-1 info/sfs.info-2 info/sfs.info-3 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/sfs.info lib/libsfs.a lib/sfs lib/${PKGNAME}/aiod diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 4720d6a608b..fdac3e2b3be 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:54:59 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/05 11:22:14 seb Exp $ # DISTNAME= gcal-3.01 @@ -13,9 +13,9 @@ COMMENT= Gnu version of the standard calendar utility USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes +USE_NEW_TEXINFO= YES INFO_FILES= gcal.info GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/gcal/PLIST b/time/gcal/PLIST index 638836cdce4..fef0cd6b508 100644 --- a/time/gcal/PLIST +++ b/time/gcal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/14 23:21:46 atatat Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/05 11:22:15 seb Exp $ bin/gcal bin/gcal-daily bin/gcal-ddiff @@ -13,7 +13,6 @@ bin/gcal-wlocdrv bin/gcal2txt bin/tcal bin/txt2gcal -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gcal.info info/gcal.info info/gcal.info-1 info/gcal.info-10 @@ -29,7 +28,6 @@ info/gcal.info-6 info/gcal.info-7 info/gcal.info-8 info/gcal.info-9 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gcal.info man/man1/gcal.1 man/man1/gcal2txt.1 man/man1/tcal.1 |