summaryrefslogtreecommitdiff
path: root/security
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
parentUse the new Apache bits from bsd.port.mk. (diff)
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')
-rw-r--r--security/libbf/Makefile4
-rw-r--r--security/srp/Makefile4
-rw-r--r--security/ssh2/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index ff73757a6182..1c27cae2602f 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -24,7 +24,7 @@ MAKEFLAGS+= BF_ENC=bf_enc.o
WRKSRC= ${WRKDIR}/bf
-PORTDOCS= blowfish.doc COPYRIGHT README VERSION
+MYPORTDOCS= blowfish.doc COPYRIGHT README VERSION
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bfspeed ${PREFIX}/bin
@@ -35,7 +35,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
+.for doc in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
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}
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 3e2ff56d9be5..4866395530b9 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -79,7 +79,7 @@ MLINKS= ssh2.1 ssh.1 ssh-add2.1 ssh-add.1 ssh-agent2.1 ssh-agent.1 \
ssh-probe2.1 ssh-probe.1 sshd2.8 sshd.8
MANCOMPRESSED= no
-PORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \
+MYPORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \
REGEX-SYNTAX SSH2.QUICKSTART
post-patch:
@@ -93,7 +93,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
+.for i in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
.endif