diff options
author | demon <demon@FreeBSD.org> | 2002-01-07 21:47:40 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-01-07 21:47:40 +0800 |
commit | c6d34d793f284ff05a650340ed3f8e7292565865 (patch) | |
tree | b0f924cd5a6cd55e8fde288a8f3432c19dab1ff4 /sysutils | |
parent | f4c22016679ccf9cd158beea221ddc070c8ab6f3 (diff) | |
download | freebsd-ports-gnome-c6d34d793f284ff05a650340ed3f8e7292565865.tar.gz freebsd-ports-gnome-c6d34d793f284ff05a650340ed3f8e7292565865.tar.zst freebsd-ports-gnome-c6d34d793f284ff05a650340ed3f8e7292565865.zip |
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')
-rw-r--r-- | sysutils/cfengine/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine2/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 4 |
4 files changed, 4 insertions, 12 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> diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 67873a723345..6b9dd7319ff1 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> 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> diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 67873a723345..6b9dd7319ff1 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/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> |