svn commit: r329861 - head/archivers/pxz
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 9 05:53:18 UTC 2013
Author: bapt
Date: Wed Oct 9 05:53:18 2013
New Revision: 329861
URL: http://svnweb.freebsd.org/changeset/ports/329861
Log:
This port requires openmp
While here stagify
Modified:
head/archivers/pxz/Makefile
Modified: head/archivers/pxz/Makefile
==============================================================================
--- head/archivers/pxz/Makefile Wed Oct 9 05:52:45 2013 (r329860)
+++ head/archivers/pxz/Makefile Wed Oct 9 05:53:18 2013 (r329861)
@@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
-PLIST_FILES= bin/pxz
-MAN1= pxz.1
+USES= compiler:openmp
+PLIST_FILES= bin/pxz man/man1/pxz.1.gz
MAKE_ENV+= BINDIR=${PREFIX}/bin \
MANDIR=${MANPREFIX}/man
More information about the svn-ports-all
mailing list