svn commit: r328217 - head/x11/printscreen

Alex Kozlov ak at FreeBSD.org
Tue Sep 24 23:38:33 UTC 2013


Author: ak
Date: Tue Sep 24 23:38:32 2013
New Revision: 328217
URL: http://svnweb.freebsd.org/changeset/ports/328217

Log:
  - Support STAGEDIR
  - Add license
  - Clean Makefile headers

Modified:
  head/x11/printscreen/Makefile   (contents, props changed)

Modified: head/x11/printscreen/Makefile
==============================================================================
--- head/x11/printscreen/Makefile	Tue Sep 24 23:37:31 2013	(r328216)
+++ head/x11/printscreen/Makefile	Tue Sep 24 23:38:32 2013	(r328217)
@@ -1,4 +1,3 @@
-# Created by: Alex Kozlov <spam at rm-rf.kiev.ua>
 # $FreeBSD$
 
 PORTNAME=	printscreen
@@ -9,6 +8,8 @@ DISTFILES=
 MAINTAINER=	ak at FreeBSD.org
 COMMENT=	Simple screenshot program for X11
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	xwd:${PORTSDIR}/x11/xwd \
 		xwdtopnm:${PORTSDIR}/graphics/netpbm
 
@@ -17,8 +18,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/printscreen
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${PREFIX}/bin/printscreen
+	@${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${STAGEDIR}${PREFIX}/bin/printscreen
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list