diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-24 23:38:32 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-24 23:38:32 +0000 |
commit | 345a73fa0999898efac3011e3b03faa53749c3d5 (patch) | |
tree | a8e383b91de799f6592c3273a3dccd95a7ef0fcd /x11/printscreen | |
parent | ab10656cd2ded60468acba8057efc0f9d0599a3a (diff) |
Notes
Diffstat (limited to 'x11/printscreen')
-rw-r--r-- | x11/printscreen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/printscreen/Makefile b/x11/printscreen/Makefile index b83fc419307d..2e2cb96e82f8 100644 --- a/x11/printscreen/Makefile +++ b/x11/printscreen/Makefile @@ -1,4 +1,3 @@ -# Created by: Alex Kozlov <spam@rm-rf.kiev.ua> # $FreeBSD$ PORTNAME= printscreen @@ -9,6 +8,8 @@ DISTFILES= MAINTAINER= ak@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> |