aboutsummaryrefslogtreecommitdiff
path: root/security/vlog
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /security/vlog
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'security/vlog')
-rw-r--r--security/vlog/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
index e71f08508a6c..bc08dd752b15 100644
--- a/security/vlog/Makefile
+++ b/security/vlog/Makefile
@@ -17,15 +17,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= build
-MAKE_ENV= LIBS="-lcurses -pthread"
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lcurses -pthread"
ALL_TARGET= it
PLIST_FILES= bin/vlog man/man1/vlog.1.gz
post-patch:
- @${REINPLACE_CMD} -e \
- '/^CC/s|\([[:space:]]\)=|\1?=| ; \
- /strip/s|^|#|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} '/strip/d' ${WRKSRC}/Makefile
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} vlog \