svn commit: r368573 - head/textproc/dict
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 15:48:36 UTC 2014
Author: tijl
Date: Fri Sep 19 15:48:35 2014
New Revision: 368573
URL: http://svnweb.freebsd.org/changeset/ports/368573
QAT: https://qat.redports.org/buildarchive/r368573/
Log:
- Switch to USES=libtool:build
- Use @sample
Modified:
head/textproc/dict/Makefile
head/textproc/dict/pkg-plist
Modified: head/textproc/dict/Makefile
==============================================================================
--- head/textproc/dict/Makefile Fri Sep 19 15:47:20 2014 (r368572)
+++ head/textproc/dict/Makefile Fri Sep 19 15:48:35 2014 (r368573)
@@ -14,13 +14,12 @@ LICENSE= GPLv2
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
-USES= bison gmake libtool
+USES= bison gmake libtool:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USE_AUTOTOOLS= libtoolize
+LIBS+= -L${LOCALBASE}/lib
ALL_TARGET= dict
INSTALL_TARGET= install.dict
Modified: head/textproc/dict/pkg-plist
==============================================================================
--- head/textproc/dict/pkg-plist Fri Sep 19 15:47:20 2014 (r368572)
+++ head/textproc/dict/pkg-plist Fri Sep 19 15:48:35 2014 (r368573)
@@ -1,9 +1,7 @@
bin/dict
bin/dict_lookup
bin/dictl
+ at sample etc/dict.conf.sample
man/man1/dict.1.gz
man/man1/dictl.1.gz
man/man1/dict_lookup.1.gz
- at unexec if cmp -s %D/etc/dict.conf.sample %D/etc/dict.conf; then rm -f %D/etc/dict.conf; fi
-etc/dict.conf.sample
- at exec [ -f %B/dict.conf ] || cp %B/%f %B/dict.conf
More information about the svn-ports-all
mailing list