diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fm/xnc | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.zst freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fm/xnc')
-rw-r--r-- | x11-fm/xnc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 458e76d647d0..ecb5a12459f8 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: xnc -# Version required: 4.2.1 # Date created: 5 February 1999 # Whom: Dima Sivachenko <dima@chg.ru> # # $FreeBSD$ # -DISTNAME= xnc-4.2.1.src -PKGNAME= xnc-4.2.1 +PORTNAME= xnc +PORTVERSION= 4.2.1 CATEGORIES= x11-fm MASTER_SITES= http://www.xnc.dubna.su/src/ \ ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \ ftp://sunsite.unx.edu/pub/Linux/X11/desktop/ +DISTNAME= ${PKGNAME}.src MAINTAINER= dima@Chg.RU |