diff options
Diffstat (limited to 'games/dontspace/Makefile')
-rw-r--r-- | games/dontspace/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index d4659bfab0ca..1f33ef1159d5 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -7,17 +7,17 @@ PORTNAME= dontspace PORTVERSION= 1.2 -CATEGORIES= games tk82 -MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ +CATEGORIES= games tk82 +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ -MAINTAINER= johnh@isi.edu +MAINTAINER= johnh@isi.edu RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 -MAN6= dontspace.6 +CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 +MAN6= dontspace.6 .include <bsd.port.mk> |