diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
commit | 31dbc11d66cdb0d2a383aa825d146b2ec9944630 (patch) | |
tree | baa935a83a85791bb1d6fa2871c8f47faad17bbe /x11-wm/afterstep-i18n | |
parent | ff520dc4b300d168786b2b05077f35fcce8b8cba (diff) | |
download | freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.gz freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.zst freebsd-ports-gnome-31dbc11d66cdb0d2a383aa825d146b2ec9944630.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 969e31ab22cf..3f4451c16e06 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: afterstep-i18n -# Version required: 1.0 # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.org # # $FreeBSD$ # -DISTNAME= AfterStep-1.0 -PKGNAME= afterstep-i18n-1.0 +PORTNAME= afterstep-i18n +PORTVERSION= 1.0 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ http://people.FreeBSD.org/~kuriyama/distfiles/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/icons/ MASTER_SITE_SUBDIR= stable/archives +DISTNAME= AfterStep-1.0 DISTFILES= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz \ kterm.xpm kterm2.xpm KTerm-AS.xpm netscape4.xpm |