diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-10 06:10:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-10 06:10:27 +0800 |
commit | 8d0c1e2779fd22d65342f5cbb9baff6c0c83748a (patch) | |
tree | 7e5a44351dce7078476bd3ccf85660cbadb08076 /games | |
parent | b344875c746f8b53f4f8d7e740729a2d9a553035 (diff) | |
download | freebsd-ports-gnome-8d0c1e2779fd22d65342f5cbb9baff6c0c83748a.tar.gz freebsd-ports-gnome-8d0c1e2779fd22d65342f5cbb9baff6c0c83748a.tar.zst freebsd-ports-gnome-8d0c1e2779fd22d65342f5cbb9baff6c0c83748a.zip |
Fix PKGNAME. Bump PORTREVISION.
Diffstat (limited to 'games')
-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 |