diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/gnome-print | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 45dd17b..e485183 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnomeprint -# Version required: 0.16 # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnome-print-0.16 -PKGNAME= gnomeprint-0.16 +PORTNAME= gnomeprint +PORTVERSION= 0.16 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print +DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |