diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-12-06 09:57:12 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-12-06 09:57:12 +0000 |
commit | 8d91e210eb828699fe756f533be5f585081c3f40 (patch) | |
tree | 50d5a75f9034506e79cd805edf002bc84238b8ab /x11/printscreen | |
parent | 318a437ebd43b5b9abb599d45e74e51edc850c85 (diff) | |
download | ports-8d91e210eb828699fe756f533be5f585081c3f40.tar.gz ports-8d91e210eb828699fe756f533be5f585081c3f40.zip |
Notes
Diffstat (limited to 'x11/printscreen')
-rw-r--r-- | x11/printscreen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/printscreen/Makefile b/x11/printscreen/Makefile index 2e2cb96e82f8..a83dfdeacdbb 100644 --- a/x11/printscreen/Makefile +++ b/x11/printscreen/Makefile @@ -3,7 +3,8 @@ PORTNAME= printscreen PORTVERSION= 1.4 CATEGORIES= x11 -DISTFILES= +MASTER_SITES= # none +DISTFILES= # none MAINTAINER= ak@FreeBSD.org COMMENT= Simple screenshot program for X11 @@ -14,6 +15,7 @@ RUN_DEPENDS= xwd:${PORTSDIR}/x11/xwd \ xwdtopnm:${PORTSDIR}/graphics/netpbm NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/printscreen |