diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /security/portsentry | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 68744cf3cf2..441e809b967 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/24 19:21:31 joerg Exp $ # DISTNAME= portsentry-1.2 @@ -17,6 +17,8 @@ EGDIR= ${PREFIX}/share/examples/portsentry CONF_FILES= ${EGDIR}/portsentry.conf ${PKG_SYSCONFDIR}/portsentry.conf CONF_FILES+= ${EGDIR}/portsentry.ignore ${PKG_SYSCONFDIR}/portsentry.ignore +INSTALLATION_DIRS= share/doc/portsentry share/examples/portsentry + post-patch: @cd ${WRKSRC}; \ case ${OPSYS} in \ @@ -33,7 +35,6 @@ post-patch: done post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/portsentry ${INSTALL_DATA} ${WRKSRC}/README.install ${PREFIX}/share/doc/portsentry ${INSTALL_DATA} ${WRKSRC}/README.methods ${PREFIX}/share/doc/portsentry |