aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-19 19:13:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-19 19:13:34 +0000
commitfe5db6c2eadfeb7dd706130b44699e6ac66e2725 (patch)
tree5c29ee3111b2d4647b9da7c9ae7030997c0465d3 /astro
parent9d7b8b14a2197f94d2f6ea4e63ed477864b62d29 (diff)
downloadports-fe5db6c2eadfeb7dd706130b44699e6ac66e2725.tar.gz
ports-fe5db6c2eadfeb7dd706130b44699e6ac66e2725.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/wmglobe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile
index 0b3c68a163b9..84bf34e6b062 100644
--- a/astro/wmglobe/Makefile
+++ b/astro/wmglobe/Makefile
@@ -8,12 +8,12 @@ CATEGORIES= astro windowmaker geography
MASTER_SITES= http://hamete.org/static/wmg/
MAINTAINER= will@FreeBSD.org
-COMMENT= A neat xearth-like WindowMaker dockapp
+COMMENT= Neat xearth-like WindowMaker dockapp
-LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/windowmaker
+LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/libwraster
-NO_STAGE= yes
-MAN1= wmglobe.1
-PLIST_FILES= bin/wmglobe
+PLIST_FILES= bin/wmglobe \
+ man/man1/wmglobe.1.gz
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>