aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine
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/cfengine
parent555f286ca1951e71463732dff86ed6ffc46087d5 (diff)
downloadports-de55f9a5ca6a9c9751aad0c737284c0c99e863b1.tar.gz
ports-de55f9a5ca6a9c9751aad0c737284c0c99e863b1.zip
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/cfengine')
-rw-r--r--sysutils/cfengine/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index 67873a723345..6b9dd7319ff1 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/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>