aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-15 20:17:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-15 20:17:01 +0000
commit0b42b27a91d6869c741cbc12f4c1e0e59e19dc2f (patch)
tree52a4256cf87ae21f74afb5f3ef57b6ab1779a962
parentd1abcb97e5c3bd497328617ef2b669dcd39a85e6 (diff)
downloadports-0b42b27a91d6869c741cbc12f4c1e0e59e19dc2f.tar.gz
ports-0b42b27a91d6869c741cbc12f4c1e0e59e19dc2f.zip
Notes
-rw-r--r--textproc/dictfmt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index 47fa1f82edcd..876e7d1993a5 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -11,14 +11,13 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Formats a DICT protocol dictionary database
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
ALL_TARGET= dictfmt
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install.dictfmt
-LIBS+= -L${LOCALBASE}/lib
-USES= gmake libtool:build
+USES= gmake libtool:build localbase
.include <bsd.port.mk>