svn commit: r371818 - head/devel/liballium
John Marino
marino at FreeBSD.org
Fri Oct 31 13:26:36 UTC 2014
Author: marino
Date: Fri Oct 31 13:26:35 2014
New Revision: 371818
URL: https://svnweb.freebsd.org/changeset/ports/371818
QAT: https://qat.redports.org/buildarchive/r371818/
Log:
devel/liballium: Fix style and add TEST option
PR: 194139
Submitted by: Jan Beich
Approved by: maintainer
Modified:
head/devel/liballium/Makefile
Modified: head/devel/liballium/Makefile
==============================================================================
--- head/devel/liballium/Makefile Fri Oct 31 13:24:06 2014 (r371817)
+++ head/devel/liballium/Makefile Fri Oct 31 13:26:35 2014 (r371818)
@@ -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 at 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}
More information about the svn-ports-head
mailing list