diff options
Diffstat (limited to 'x11/printscreen/Makefile')
-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> |