summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server
diff options
context:
space:
mode:
authoragc <agc>1999-04-13 15:31:04 +0000
committeragc <agc>1999-04-13 15:31:04 +0000
commit3ee562875ab6bb45172d13821411f389c781afd1 (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /sysutils/amanda-server
parent37437787b6bd0afb32306ac95d822df30f896589 (diff)
downloadpkgsrc-3ee562875ab6bb45172d13821411f389c781afd1.tar.gz
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r--sysutils/amanda-server/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 0b0ea3afec8..05ab1093217 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/04/04 23:34:46 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/13 15:31:07 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -35,7 +35,6 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \
CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/amanda
${MKDIR} ${PREFIX}/share/examples/amanda
for i in ${WRKDIR}/${DISTNAME}/docs/* ; do \
@@ -53,6 +52,5 @@ post-install:
${WRKDIR}/${DISTNAME}/example/disklist; do \
${INSTALL_DATA} $$i ${PREFIX}/share/examples/amanda; \
done
-.endif
.include "../../mk/bsd.pkg.mk"