svn commit: r363701 - head/print/utopia
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 11:52:49 UTC 2014
Author: sunpoet
Date: Fri Aug 1 11:52:48 2014
New Revision: 363701
URL: http://svnweb.freebsd.org/changeset/ports/363701
QAT: https://qat.redports.org/buildarchive/r363701/
Log:
- Use PLIST_FILES and PORTDATA instead of PLIST
- Support STAGEDIR
Deleted:
head/print/utopia/pkg-plist
Modified:
head/print/utopia/Makefile
Modified: head/print/utopia/Makefile
==============================================================================
--- head/print/utopia/Makefile Fri Aug 1 11:50:42 2014 (r363700)
+++ head/print/utopia/Makefile Fri Aug 1 11:52:48 2014 (r363701)
@@ -9,9 +9,12 @@ MASTER_SITES= http://www.mammothcheese.c
MAINTAINER= ports at FreeBSD.org
COMMENT= Adobe Utopia typeface for Groff
-MAN7= utopia_font.7
+MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \
+ INSTALL_DATA="${INSTALL_DATA}" \
+ INSTALL_MAN="${INSTALL_MAN}" \
+ PREFIX=${PREFIX}
-MANCOMPRESSED= yes
+PLIST_FILES= man/man7/utopia_font.7.gz
+PORTDATA= *
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list