Add STAGE and LICENSE support Remove USE_GMAKE in favor of USES Update LIB_DEPENDS to new format Port maintainer (fluffy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->fluffy Over to maintainer (via the GNATS Auto Assign Tool)
Author: fluffy Date: Tue Dec 17 03:55:42 2013 New Revision: 336692 URL: http://svnweb.freebsd.org/changeset/ports/336692 Log: - Add STAGE and LICENSE support - Remove USE_GMAKE in favor of USES - Update LIB_DEPENDS to new format PR: 184781 Submitted by: Steven Kreuzer Modified: head/palm/libmal/Makefile (contents, props changed) Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Tue Dec 17 03:32:45 2013 (r336691) +++ head/palm/libmal/Makefile Tue Dec 17 03:55:42 2013 (r336692) @@ -9,14 +9,14 @@ MASTER_SITES= http://www.jlogday.com/cod MAINTAINER= fluffy@FreeBSD.org COMMENT= A library encapsulating malsync -LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link +LICENSE= MPL -USE_GMAKE= YES +LIB_DEPENDS= libpisock.so.9:${PORTSDIR}/palm/pilot-link + +USES= gmake GNU_CONFIGURE= yes -HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ 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!