From c6d34d793f284ff05a650340ed3f8e7292565865 Mon Sep 17 00:00:00 2001 From: demon Date: Mon, 7 Jan 2002 13:47:40 +0000 Subject: RUN_DEPEND on latex to build documentation correctly. Remove strip commands from post-install target: binaries are stripped without this hack. --- sysutils/cfengine3-legacy/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysutils/cfengine3-legacy') 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 -- cgit