aboutsummaryrefslogtreecommitdiff
path: root/astro/wmspaceweather/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-08-09 16:45:28 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-08-09 16:45:28 +0000
commite6119b936bd4f045bed538ccb940c3ec0ce08932 (patch)
treea5d3383fe31369eb9afa4a69ed1e533c558f1d0b /astro/wmspaceweather/Makefile
parentd5cb05080169cddd7082e2cc1cb238be326e10aa (diff)
downloadports-e6119b936bd4f045bed538ccb940c3ec0ce08932.tar.gz
ports-e6119b936bd4f045bed538ccb940c3ec0ce08932.zip
Notes
Diffstat (limited to 'astro/wmspaceweather/Makefile')
-rw-r--r--astro/wmspaceweather/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile
index 83ad323452bd..c763c193aa8c 100644
--- a/astro/wmspaceweather/Makefile
+++ b/astro/wmspaceweather/Makefile
@@ -8,22 +8,16 @@ PORTNAME= wmspaceweather
PORTVERSION= 1.04
CATEGORIES= astro windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
-DISTNAME= wmSpaceWeather-1.04
+DISTNAME= wmSpaceWeather-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
-USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSpaceWeather.1
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmSpaceWeather ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/GetKp ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmSpaceWeather.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>