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/Makefile | |
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/Makefile')
-rw-r--r-- | security/sfs/Makefile | 6 |
1 files changed, 3 insertions, 3 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 \ |