diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-31 13:26:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-31 13:26:35 +0000 |
commit | 92474ade2026d6bc192728ed4313f8cd27eafc9b (patch) | |
tree | 394388a5ddbbf23f3c606a1a32756452843b8ad7 /devel/liballium/Makefile | |
parent | ac49d03c3a78d68f26939212a716913379220ed1 (diff) | |
download | ports-92474ade2026d6bc192728ed4313f8cd27eafc9b.tar.gz ports-92474ade2026d6bc192728ed4313f8cd27eafc9b.zip |
Notes
Diffstat (limited to 'devel/liballium/Makefile')
-rw-r--r-- | devel/liballium/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/liballium/Makefile b/devel/liballium/Makefile index d1f15adddce5..9141f08a9420 100644 --- a/devel/liballium/Makefile +++ b/devel/liballium/Makefile @@ -4,7 +4,6 @@ PORTNAME= liballium PORTVERSION= 0.0.1 CATEGORIES= devel security -MASTER_SITES= GH DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT} MAINTAINER= fk@fabiankeil.de @@ -17,15 +16,15 @@ GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN=Makefile.am +INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB+= PKGNAME=${PKGNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS TEST -post-patch: - @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ - ${WRKSRC}/Makefile.am +TEST_ALL_TARGET=check post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |