diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 22:10:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 22:10:27 +0000 |
commit | 23568ce87f3d0ffe3c66cf98dd836c76010b92dd (patch) | |
tree | 2f86b799bbe1b76127af4bf4e3a801ef5cce168c /games/atlantikdesigner | |
parent | Update to 2.4.3. (diff) |
Fix PKGNAME. Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=103471
Diffstat (limited to 'games/atlantikdesigner')
-rw-r--r-- | games/atlantikdesigner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atlantikdesigner/Makefile b/games/atlantikdesigner/Makefile index 612ff6e8c0a5..d4d5520ec85f 100644 --- a/games/atlantikdesigner/Makefile +++ b/games/atlantikdesigner/Makefile @@ -5,8 +5,9 @@ # $FreeBSD$ # -PORTNAME= ${KDE_SPLIT} +PORTNAME= ${ATLANTIKDESIGNER_PORTNAME} PORTVERSION= ${ATLANTIKDESIGNER_PORTVERSION} +PORTREVISION= ${ATLANTIKDESIGNER_PORTREVISION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src |