- fix stage - add license - stripe lib
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Mon Dec 2 14:28:01 2013 New Revision: 335493 URL: http://svnweb.freebsd.org/changeset/ports/335493 Log: - Add LICENSE - Support STAGEDIR PR: ports/184432 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) Modified: head/devel/mm/Makefile (contents, props changed) head/devel/mm/pkg-plist (contents, props changed) Modified: head/devel/mm/Makefile ============================================================================== --- head/devel/mm/Makefile Mon Dec 2 14:27:56 2013 (r335492) +++ head/devel/mm/Makefile Mon Dec 2 14:28:01 2013 (r335493) @@ -10,16 +10,17 @@ MASTER_SITE_SUBDIR= lib/${PORTNAME} MAINTAINER= rodrigo@bebik.net COMMENT= Shared memory allocation library for pre-forked process models +LICENSE= BSD + USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAN1= mm-config.1 -MAN3= mm.3 - -NO_STAGE= yes post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmm.so + test: @cd ${WRKSRC} && ${MAKE} test Modified: head/devel/mm/pkg-plist ============================================================================== --- head/devel/mm/pkg-plist Mon Dec 2 14:27:56 2013 (r335492) +++ head/devel/mm/pkg-plist Mon Dec 2 14:28:01 2013 (r335493) @@ -4,3 +4,5 @@ lib/libmm.a lib/libmm.la lib/libmm.so lib/libmm.so.14 +man/man1/mm-config.1.gz +man/man3/mm.3.gz _______________________________________________ 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!