diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 14:01:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 14:01:08 +0000 |
commit | a099d9725b4217243af848a1fc2625e4cac8b271 (patch) | |
tree | 15b1a62aa72560de137d90cbf0333c5dc88f8e0e /net/dictd/Makefile | |
parent | 3df6bfa470416ddb50c93f7bae6e3241fa204c1f (diff) |
Notes
Diffstat (limited to 'net/dictd/Makefile')
-rw-r--r-- | net/dictd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 1f566d690209..d4fef4460dcc 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -14,13 +14,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa USE_RC_SUBR= ${PORTNAME} -USES= bison libtool gmake -USE_AUTOTOOLS= libtoolize +USES= bison gmake libtool:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --without-local-zlib CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib SUB_FILES+= dictd.conf pkg-message SUB_LIST+= PORTSDIR=${PORTSDIR} @@ -35,6 +34,6 @@ post-patch: @${REINPLACE_CMD} -e "s|\([\ \t(]\)T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly] post-install: - @${CP} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample + @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include <bsd.port.mk> |