diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-05-21 22:52:40 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-05-21 22:52:40 +0000 |
commit | af5b6e57f7813441a33db60ade19803d70647fb4 (patch) | |
tree | b88b373ba3cf508f40bf243f6a6091272a4f8d3b /security/amavisd-new | |
parent | 47db4faf868a701c8d0469a80441da9f1ff1278b (diff) | |
download | ports-af5b6e57f7813441a33db60ade19803d70647fb4.tar.gz ports-af5b6e57f7813441a33db60ade19803d70647fb4.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)
Notes
Notes:
svn path=/head/; revision=191594
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 4 |
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 |