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 | c16d4979003b8992d7e2f1fc28ebd6329257d94e (patch) | |
tree | 36d8ca3d56f61673719bf53aea49d207624a020e /security | |
parent | 56411d9f8adc71b3a578c4746669022eff0445b1 (diff) | |
download | pkgsrc-c16d4979003b8992d7e2f1fc28ebd6329257d94e.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 5 | ||||
-rw-r--r-- | security/sfs/PLIST | 4 |
2 files changed, 4 insertions, 5 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 |