svn commit: r304425 - head/devel/iniparser
Kevin Lo
kevlo at FreeBSD.org
Tue Sep 18 02:09:46 UTC 2012
Author: kevlo
Date: Tue Sep 18 02:09:45 2012
New Revision: 304425
URL: http://svn.freebsd.org/changeset/ports/304425
Log:
Use PLIST_FILES instead of pkg-plist; no functional change.
PR: ports/171706
Submitted by: nemysis <nemysis at gmx dot ch>
Deleted:
head/devel/iniparser/pkg-plist
Modified:
head/devel/iniparser/Makefile
Modified: head/devel/iniparser/Makefile
==============================================================================
--- head/devel/iniparser/Makefile Tue Sep 18 01:01:52 2012 (r304424)
+++ head/devel/iniparser/Makefile Tue Sep 18 02:09:45 2012 (r304425)
@@ -11,15 +11,17 @@ CATEGORIES= devel
MASTER_SITES= http://ndevilla.free.fr/iniparser/
MAINTAINER= kevlo at FreeBSD.org
-COMMENT= A free stand-alone ini file parsing library
-
-USE_LDCONFIG= yes
+COMMENT= Free stand-alone ini file parsing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+PLIST_FILES= include/dictionary.h include/iniparser.h lib/libiniparser.a \
+ lib/libiniparser.so lib/libiniparser.so.0
+
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}
More information about the svn-ports-head
mailing list