diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
commit | 2515667d5dec29b0af088e6eaa11bfbe11f2f37f (patch) | |
tree | eae0a3c619aa581c468f844fc4ed662ed76ea350 /security/sfs | |
parent | e86d4c9530e43089a20967175015be6340e44ecf (diff) | |
download | pkgsrc-2515667d5dec29b0af088e6eaa11bfbe11f2f37f.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 6 | ||||
-rw-r--r-- | security/sfs/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 5e3e27d13d6..1c052e87885 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/05 16:27:28 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/07 15:28:49 jlam Exp $ # DISTNAME= sfs-0.7.2 @@ -23,6 +23,8 @@ USE_TOOLS+= makeinfo perl:run GCC_REQD+= 2.95.3 +INFO_FILES= # PLIST + PKG_USERS= sfs:sfs::Self-certifying\ file\ system:/ PKG_GROUPS= sfs PKG_SYSCONFSUBDIR= sfs @@ -40,8 +42,6 @@ SFSEXAMPLEDIR= ${PREFIX}/share/examples/sfs MESSAGE_SUBST+= SFSDIR=${SFS_ROOT} SFSEXAMPLEDIR=${SFSEXAMPLEDIR} -INFO_FILES= sfs.info - post-install: ${INSTALL_DATA_DIR} ${SFSEXAMPLEDIR} @${SED} -e 's|@SFSDIR@|${SFS_ROOT}|g' ${FILESDIR}/sfsrwsd_config.sample \ diff --git a/security/sfs/PLIST b/security/sfs/PLIST index dbcf5da28cd..59233c3c463 100644 --- a/security/sfs/PLIST +++ b/security/sfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/05/03 15:50:26 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/04/07 15:28:49 jlam Exp $ bin/dirsearch bin/newaid bin/rex @@ -126,6 +126,7 @@ include/${PKGNAME}/xdr_suio.h include/${PKGNAME}/xdrmisc.h include/${PKGNAME}/xhinfo.h include/sfs.h +info/sfs.info lib/libsfs.a lib/sfs lib/${PKGNAME}/aiod |