diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-20 03:13:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-20 03:13:34 +0800 |
commit | dba08e9e2480d71563f7465b319debbe06d48e24 (patch) | |
tree | 5c29ee3111b2d4647b9da7c9ae7030997c0465d3 /astro | |
parent | 97a86715e6163d6ce46957f5a0148f79f411a6ff (diff) | |
download | freebsd-ports-gnome-dba08e9e2480d71563f7465b319debbe06d48e24.tar.gz freebsd-ports-gnome-dba08e9e2480d71563f7465b319debbe06d48e24.tar.zst freebsd-ports-gnome-dba08e9e2480d71563f7465b319debbe06d48e24.zip |
Support stage
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmglobe/Makefile | 10 |
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> |