Date: Fri, 1 Aug 2014 11:52:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363701 - head/print/utopia Message-ID: <201408011152.s71Bqnui049910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011152.s71Bqnui049910>