aboutsummaryrefslogtreecommitdiff
path: root/news
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 /news
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/newsstar/Makefile5
-rw-r--r--news/noffle/Makefile2
2 files changed, 3 insertions, 4 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile
index db2fa37eb3c1..16b53d8dcd4d 100644
--- a/news/newsstar/Makefile
+++ b/news/newsstar/Makefile
@@ -23,14 +23,13 @@ SHEBANG_FILES= newsstar.in
OPTIONS_DEFINE= SSL
OPTIONS_DEFAULT= SSL
-CONFIGURE_ARGS+=--prefix=${PREFIX} \
- --disable-chown \
+CONFIGURE_ARGS+=--disable-chown \
--with-conf-dir=${PREFIX}/etc/newsstar \
--with-rc-dir=/var/spool/newsstar/lib \
--with-incoming-dir=/var/spool/newsstar/incoming
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
.include <bsd.port.options.mk>
diff --git a/news/noffle/Makefile b/news/noffle/Makefile
index 82df632623da..275e33dd63de 100644
--- a/news/noffle/Makefile
+++ b/news/noffle/Makefile
@@ -16,8 +16,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-configfile=${LOCALBASE}/etc/noffle.conf \
--with-usersfile=${LOCALBASE}/etc/noffle.users
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
SPOOL_DIR= /var/spool/noffle
PLIST_SUB+= SPOOL_DIR=${SPOOL_DIR}