diff options
author | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
commit | 6161bf6a5273690fdda58c0296d59bde10ee8583 (patch) | |
tree | a3f77a0d965b1e0633bce4bd914a678be49a43c0 /x11 | |
parent | f19e9f65f3029b1743d93e7d5971571234845104 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |