diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-10-25 14:28:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-10-25 14:28:14 +0800 |
commit | 661cb63b4f42b4750faa99cba46863654d6208dc (patch) | |
tree | edfa79f5f54ac3117034bc84a7a63d007bb3f554 /astro/xphoon | |
parent | 86fea65fc00c98f4b762e4e750b3eb7ca1868006 (diff) | |
download | freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.tar.gz freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.tar.zst freebsd-ports-gnome-661cb63b4f42b4750faa99cba46863654d6208dc.zip |
Support STAGEDIR.
Diffstat (limited to 'astro/xphoon')
-rw-r--r-- | astro/xphoon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 0352516bf137..3e13b0bfc144 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -11,11 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the moon in its current phase -NO_STAGE= yes USES= imake USE_XORG= x11 xext -MAN1= xphoon.1 -PLIST_FILES= bin/xphoon +PLIST_FILES= bin/xphoon man/man1/xphoon.1.gz .include <bsd.port.mk> |