Date: Fri, 19 Sep 2014 15:48:35 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368573 - head/textproc/dict Message-ID: <201409191548.s8JFmZDE087708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +@sample etc/dict.conf.sample man/man1/dict.1.gz man/man1/dictl.1.gz man/man1/dict_lookup.1.gz -@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 -@exec [ -f %B/dict.conf ] || cp %B/%f %B/dict.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191548.s8JFmZDE087708>