diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:18 +0000 |
commit | ecad596b7aa1a4c2d5a2372803230fd267dcde87 (patch) | |
tree | 82f72278b583a3e96e1bbbb326f2368fbf46a374 | |
parent | 3cab82cf8c6c6d79019ba7477a48b85c40dbc174 (diff) | |
download | freebsd-ports-ecad596b7aa1a4c2d5a2372803230fd267dcde87.zip |
- Use USES=localbase
-rw-r--r-- | textproc/p5-Search-Odeum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index 9e0199a1f438..be42d3a4ebae 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -16,9 +16,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm -CFLAGS+= -I${LOCALBASE}/include USE_PERL5= configure -USES= perl5 +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so |