svn commit: r346497 - head/print/papersize-default-a4

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 12:30:18 UTC 2014


Author: ehaupt
Date: Fri Feb 28 12:30:17 2014
New Revision: 346497
URL: http://svnweb.freebsd.org/changeset/ports/346497
QAT: https://qat.redports.org/buildarchive/r346497/

Log:
  Support staging

Modified:
  head/print/papersize-default-a4/Makefile

Modified: head/print/papersize-default-a4/Makefile
==============================================================================
--- head/print/papersize-default-a4/Makefile	Fri Feb 28 12:29:14 2014	(r346496)
+++ head/print/papersize-default-a4/Makefile	Fri Feb 28 12:30:17 2014	(r346497)
@@ -11,7 +11,7 @@ DISTFILES=	# none
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	A default paper size configuration file for libpaper
 
-LIB_DEPENDS=	paper:${PORTSDIR}/print/libpaper
+LIB_DEPENDS=	libpaper.so:${PORTSDIR}/print/libpaper
 
 NO_BUILD=	yes
 
@@ -24,8 +24,8 @@ CONFLICTS+=	papersize-default-${P}-[0-9]
 
 PLIST_FILES=	etc/papersize
 
-NO_STAGE=	yes
 do-install:
-	${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} ${PREFIX}/etc/papersize
+	${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} \
+		${STAGEDIR}${PREFIX}/etc/papersize
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list