aboutsummaryrefslogtreecommitdiff
path: root/x11/printscreen
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-05-20 06:06:35 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-05-20 06:06:35 +0000
commit5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0 (patch)
treea3f77a0d965b1e0633bce4bd914a678be49a43c0 /x11/printscreen
parentaa64a516608801a751cff7155b12de0f8e960697 (diff)
downloadports-5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0.tar.gz
ports-5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0.zip
- Add/update license when possible
- Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview
Notes
Notes: svn path=/head/; revision=354597
Diffstat (limited to 'x11/printscreen')
-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>