diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-06-18 09:01:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-06-18 09:01:27 +0000 |
commit | 6c6bfd06c907302008d7c72492b6002a0fdb777b (patch) | |
tree | f785361123a1f34a4c9afbdb7638494576a302a7 /x11-clocks | |
parent | 0151234cc4c1cbfa8045d683385a2819066fcfad (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmblueclock/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-clocks/wmblueclock/Makefile b/x11-clocks/wmblueclock/Makefile index d5ad9bdd96f7..58ff917aee30 100644 --- a/x11-clocks/wmblueclock/Makefile +++ b/x11-clocks/wmblueclock/Makefile @@ -10,13 +10,16 @@ MASTER_SITES= SUNSITE/X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= Simple dockable clock application -USES= tar:bzip2 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:bzip2 USE_XORG= x11 xau xdmcp xext xpm PLIST_FILES= bin/wmblueclock man/man1/${PORTNAME}.1.gz do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |