aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-05-22 06:52:40 +0800
committergabor <gabor@FreeBSD.org>2007-05-22 06:52:40 +0800
commitd5d0ba0841205239d939860dc75a0122d641df8d (patch)
treebad7246018fc1c54c7e88fdb0a34766812b654d2 /security
parentd32cc162e6c3b101bc406b7215c741cfc7404af7 (diff)
downloadfreebsd-ports-gnome-d5d0ba0841205239d939860dc75a0122d641df8d.tar.gz
freebsd-ports-gnome-d5d0ba0841205239d939860dc75a0122d641df8d.tar.zst
freebsd-ports-gnome-d5d0ba0841205239d939860dc75a0122d641df8d.zip
Fix packaging. No PORTREVISION bump, since it installs and deinstalls cleanly,
just does not package. Somehow tinderbox did not reflect this issue, but pointyhat and local tests did. Reported by: Bryan Fullerton <bryanf@samurai.com>, pointyhat (via kris) Approved by: portmgr (linimon)
Diffstat (limited to 'security')
-rw-r--r--security/amavisd-new/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 0a035d2355ae..71767b65be90 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -36,7 +36,7 @@ CONFIGURE_ARGS= --with-user=${AMAVISUSER} --with-runtime-dir=${AMAVISDIR}
CONFIGURE_WRKSRC= ${WRKSRC}/helper-progs
BUILD_WRKSRC= ${WRKSRC}/helper-progs
-PORTDOCS= AAAREADME.first INSTALL LDAP.schema LICENSE RELEASE_NOTES \
+DOCS= AAAREADME.first INSTALL LDAP.schema LICENSE RELEASE_NOTES \
README_FILES/README.* README_FILES/screen.css \
README_FILES/amavisd-new-docs.html \
README_FILES/TODO-SNMP-AGENT
@@ -261,7 +261,7 @@ do-install:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/images
-.for i in ${PORTDOCS}
+.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
@${CP} -pr ${WRKSRC}/README_FILES/images/ ${DOCSDIR}/images