aboutsummaryrefslogtreecommitdiff
path: root/security/srp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
commit7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch)
tree13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /security/srp
parentf4d7c801f854ff4fad4642d62b23bae798962615 (diff)
downloadports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz
ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=93295
Diffstat (limited to 'security/srp')
-rw-r--r--security/srp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
index 2cfc64c16e1c..749807d98239 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-openssl=/usr \
--with-zlib \
--enable-loginf
-PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \
+MYPORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \
draft-altman-rfc2942bis-00.txt draft-altman-rfc2944bis-01.txt \
draft-altman-telnet-fwdx-02.txt \
draft-ietf-tn3270e-telnet-tls-05.txt rfc2941.txt rfc2942.txt \
@@ -35,7 +35,7 @@ BROKEN= "Does not compile"
.if !defined(NOPORTDOCS)
post-install:
-.for f in ${PORTDOCS}
+.for f in ${MYPORTDOCS}
${MKDIR} ${PREFIX}/share/doc/srp
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/srp/${f}
@${ECHO_CMD} share/doc/srp/${f} >> ${TMPPLIST}