aboutsummaryrefslogtreecommitdiffstats
path: root/astro/wmglobe/Makefile
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-02-23 12:36:20 +0800
committertaoka <taoka@FreeBSD.org>2000-02-23 12:36:20 +0800
commit6737aeb38ef480cd8cca1dbf8efa65bb2cf549d4 (patch)
treea80e05c861675498b5d0ca190119b54611837fe7 /astro/wmglobe/Makefile
parent6f158210ca0b5a638b6a48c54ef52c78efc65ec6 (diff)
downloadfreebsd-ports-gnome-6737aeb38ef480cd8cca1dbf8efa65bb2cf549d4.tar.gz
freebsd-ports-gnome-6737aeb38ef480cd8cca1dbf8efa65bb2cf549d4.tar.zst
freebsd-ports-gnome-6737aeb38ef480cd8cca1dbf8efa65bb2cf549d4.zip
Remove obsolete MASTER_SITES
Remove do-install target and let WRKSRC/Makefile do the job Remove USE_GMAKE Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer Obtained from: ports@FreeBSD.ORG (the mail is one replyed for PR: 16866)
Diffstat (limited to 'astro/wmglobe/Makefile')
-rw-r--r--astro/wmglobe/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile
index e01f9f4e0891..fb6806ea353a 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>