aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-05-20 14:06:35 +0800
committerak <ak@FreeBSD.org>2014-05-20 14:06:35 +0800
commit6161bf6a5273690fdda58c0296d59bde10ee8583 (patch)
treea3f77a0d965b1e0633bce4bd914a678be49a43c0 /x11
parentf19e9f65f3029b1743d93e7d5971571234845104 (diff)
downloadfreebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.gz
freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.zst
freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.zip
- Add/update license when possible
- Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview
Diffstat (limited to 'x11')
-rw-r--r--x11/printscreen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/printscreen/Makefile b/x11/printscreen/Makefile
index 150c395dbebb..27d300931b40 100644
--- a/x11/printscreen/Makefile
+++ b/x11/printscreen/Makefile
@@ -3,14 +3,14 @@
PORTNAME= printscreen
PORTVERSION= 1.4
PORTREVISION= 1
-CATEGORIES= x11
+CATEGORIES= graphics x11
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ak@FreeBSD.org
COMMENT= Simple screenshot program for X11
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
RUN_DEPENDS= xwd:${PORTSDIR}/x11/xwd \
xwdtopnm:${PORTSDIR}/graphics/netpbm
@@ -22,6 +22,6 @@ NO_BUILD= yes
PLIST_FILES= bin/printscreen
do-install:
- @${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${STAGEDIR}${PREFIX}/bin/printscreen
+ ${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${STAGEDIR}${PREFIX}/bin/printscreen
.include <bsd.port.mk>