diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 18:44:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 18:44:52 +0800 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /games | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.tar.gz freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.tar.zst freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.zip |
WRKSRC-related fixes.
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 1 | ||||
-rw-r--r-- | games/awele/Makefile | 4 | ||||
-rw-r--r-- | games/imaze/Makefile | 1 | ||||
-rw-r--r-- | games/pmars/Makefile | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 41ab632ac4ad..1180b0cacf71 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.8.3 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ http://people.FreeBSD.org/~mph/distfiles/ +DISTNAME= angband-283 DISTFILES= angband-283.tar.gz ext-x11-283.tar.gz angband-data.tar.gz MAINTAINER= mph@freebsd.org diff --git a/games/awele/Makefile b/games/awele/Makefile index e12a0a86da82..0cbd0948db93 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -9,13 +9,13 @@ PORTNAME= awele PORTVERSION= 1.0 CATEGORIES= games tk82 MASTER_SITES= http://www-air.inria.fr/ftp/Jean-Paul/ -DISTNAME= ${PORTNAME}${PORTVERSION} -EXTRACT_SUFX= .tgz +DISTFILES= ${PORTNAME}1.0.tgz MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +WRKSRC= ${WRKDIR}/awele USE_IMAKE= yes NO_INSTALL_MANPAGES= yes MAN6= xawele.6 diff --git a/games/imaze/Makefile b/games/imaze/Makefile index ec844d599ae1..cbfffbe2a2d8 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -25,6 +25,7 @@ MAINTAINER= kuehn@rz.tu-clausthal.de LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview .endif +WRKSRC= ${WRKDIR}/imaze EXTRACT_ONLY= imaze1.3.tar.Z USE_X_PREFIX= yes MAN6= genlab.6 imaze.6 imazesrv.6 ninja.6 diff --git a/games/pmars/Makefile b/games/pmars/Makefile index 268fa2ec669e..64a786d64c71 100644 --- a/games/pmars/Makefile +++ b/games/pmars/Makefile @@ -15,6 +15,7 @@ DISTFILES= pmars08s.tar.Z MAINTAINER= gmarco@giovannelli.it USE_XLIB= yes +NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= pmars MAN6= pmars.6 |