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 /x11/xloadimage/Makefile | |
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 'x11/xloadimage/Makefile')
-rw-r--r-- | x11/xloadimage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 1b6aabbecda7..73d340862e5e 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xloadimage -# Version required: 4.1 # Date created: 9 January 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= xloadimage.4.1 -PKGNAME= xloadimage-4.1 +PORTNAME= xloadimage +PORTVERSION= 4.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= jmz@FreeBSD.org |