diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-31 13:46:57 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-31 13:46:57 +0000 |
commit | 5feb8b8ae2937ff731321e09c583398d4b56bebf (patch) | |
tree | 63dfce36566c63bbbb1fcc806be89f9b78bd2f42 /emulators/zsnes/Makefile | |
parent | Add projectionlib 3.7, a C++ wrapper for the USGS GCTP projection (diff) |
Update port to version 1.28.
PR: 27794
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 6d5262af3aea..3d8f186fed72 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -6,11 +6,11 @@ # PORTNAME= zsnes -PORTVERSION= 1.26 +PORTVERSION= 1.28 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= zsnesv${PORTVERSION}src +DISTNAME= zsnes-${PORTVERSION}src MAINTAINER= stijn@win.tue.nl |