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 /net/gated | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/gated')
-rw-r--r-- | net/gated/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 9c5f7e72c6f..85a89d9f594 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/22 19:26:53 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2007/03/24 19:21:29 joerg Exp $ DISTNAME= gated-3-5-11 PKGNAME= gated-3.5.11 @@ -25,6 +25,8 @@ RCD_SCRIPT_SRC.gated= ${FILESDIR}/gated BUILD_TARGET= gated +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 sbin share/doc/gated + post-extract: @${SED} -e 's#@PREFIX@#${PREFIX}#' <${FILESDIR}/configuration \ >${WRKSRC}/src/configs/netbsd @@ -39,7 +41,6 @@ do-configure: ${RM} -f Config post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gated cd ${WRKSRC}/doc && ${PAX} -rw -pe . ${PREFIX}/share/doc/gated ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/gated ${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/gated |