summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-01-07 13:47:40 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-01-07 13:47:40 +0000
commitde55f9a5ca6a9c9751aad0c737284c0c99e863b1 (patch)
treedd85e2e755f524317aa77a6aafdb548613c1f670 /sysutils/cfengine3-legacy
parentUpgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. (diff)
RUN_DEPEND on latex to build documentation correctly.
Remove strip commands from post-install target: binaries are stripped without this hack.
Notes
Notes: svn path=/head/; revision=52712
Diffstat (limited to 'sysutils/cfengine3-legacy')
-rw-r--r--sysutils/cfengine3-legacy/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index 67873a723345..6b9dd7319ff1 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/Makefile
@@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gordont@gnf.org
+BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
@@ -32,8 +33,5 @@ post-install:
.if defined(NOPORTDOCS)
@${RM} -rf ${PREFIX}/share/doc/${PORTNAME}
.endif
-.for binary in cfd cfengine cfrun cfkey
- @strip ${PREFIX}/sbin/${binary}
-.endfor
.include <bsd.port.mk>