diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
commit | ad484df21a7c7d25e1e37ed90fff311f479a8e91 (patch) | |
tree | af76de1209d059ff9421680d176b5dffbc47e83e /russian/gd | |
parent | 0683433bc6f07a8866845c124869b1431eed09e8 (diff) | |
download | freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.gz freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.zst freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.zip |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'russian/gd')
-rw-r--r-- | russian/gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile index 6426e82771aa..0390e6bb5026 100644 --- a/russian/gd/Makefile +++ b/russian/gd/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gd -# Version required: 1.3 # Date created: 17 Aug 1998 # Whom: gsm@infosite.ru # # $FreeBSD$ # -DISTNAME= gd1.3 -PKGNAME= ru-gd-1.3 +PORTNAME= gd +PORTVERSION= 1.3 CATEGORIES= russian graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ +DISTNAME= gd${PORTVERSION} MAINTAINER= gsm@infosite.ru |