diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 19:05:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 19:05:29 +0000 |
commit | 1de0085df2da6440ffbd185ca250c203363a8d4a (patch) | |
tree | 56f2e4b4e2ecfc7fa52ef662b0531d8a74626d16 /games/spacehulk/Makefile | |
parent | c847885763a25049a6cab40629cfca6fc55d2f8c (diff) |
Notes
Diffstat (limited to 'games/spacehulk/Makefile')
-rw-r--r-- | games/spacehulk/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile index 75cbf0702acf..6dbd5d0f9b84 100644 --- a/games/spacehulk/Makefile +++ b/games/spacehulk/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= spacehulk -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= games kde -MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/1.4/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/${PORTVERSION}/ MAINTAINER= ponomarew@oberon.net COMMENT= Science-fiction board game in the world of Warhammer 40000 @@ -17,6 +16,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |