diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /astro/xphoon | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'astro/xphoon')
-rw-r--r-- | astro/xphoon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 6029c3196830..3ddf5db6e2df 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -7,16 +7,16 @@ PORTNAME= xphoon PORTVERSION= 2000.06.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the moon in its current phase USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xphoon.1 PLIST_FILES= bin/xphoon |