diff options
Diffstat (limited to 'astro/wmglobe/Makefile')
-rw-r--r-- | astro/wmglobe/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index e01f9f4..fb6806e 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -8,21 +8,14 @@ DISTNAME= wmglobe-1.0 CATEGORIES= astro windowmaker -MASTER_SITES= http://perso.linuxfr.org/jdumont/wmg/ \ - http://www.cana.net/~acme/wmglobe/ \ - http://www.psn.net/~andrews/wmglobe/ +MASTER_SITES= http://perso.linuxfr.org/jdumont/wmg/ MAINTAINER= andrews@technologist.com LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes -USE_GMAKE= yes MAN1= wmglobe.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmglobe ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmglobe.1 ${PREFIX}/man/man1 - .include <bsd.port.mk> |