diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
commit | 5119e172ddd0109b68c82a7a5aab383c5a190d8a (patch) | |
tree | edfa79f5f54ac3117034bc84a7a63d007bb3f554 /astro/xphoon | |
parent | 2a5c8652e56c16ebe2c1d9a664e2141c3f1ea45b (diff) | |
download | ports-5119e172ddd0109b68c82a7a5aab383c5a190d8a.tar.gz ports-5119e172ddd0109b68c82a7a5aab383c5a190d8a.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=331558
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> |