Summary: | [PATCH] devel/iniparser: Fixed fatal error an Licence place, removed pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nemysis <nemysis> | ||||
Component: | Individual Port(s) | Assignee: | Kevin Lo <kevlo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | kevlo | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
nemysis
2012-09-17 13:10:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer (via the GNATS Auto Assign Tool) 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@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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |