diff options
author | demon <demon@FreeBSD.org> | 2002-01-07 13:47:40 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-01-07 13:47:40 +0000 |
commit | c6d34d793f284ff05a650340ed3f8e7292565865 (patch) | |
tree | b0f924cd5a6cd55e8fde288a8f3432c19dab1ff4 /sysutils/cfengine2 | |
parent | f4c22016679ccf9cd158beea221ddc070c8ab6f3 (diff) | |
download | FreeBSD-ports-c6d34d793f284ff05a650340ed3f8e7292565865.zip FreeBSD-ports-c6d34d793f284ff05a650340ed3f8e7292565865.tar.gz |
RUN_DEPEND on latex to build documentation correctly.
Remove strip commands from post-install target: binaries are stripped
without this hack.
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r-- | sysutils/cfengine2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 67873a7..6b9dd73 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/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> |