diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
commit | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (patch) | |
tree | 618ad4af1b7aa492c70b0b12e4151ef6c5087bb4 /mail/pathalias | |
parent | 6028b9f95256d11d28f23194f65f96cca1b9325c (diff) | |
download | ports-28849e36e90815aed6c95e0187cc1b0bac0906f3.tar.gz ports-28849e36e90815aed6c95e0187cc1b0bac0906f3.zip |
Notes
Diffstat (limited to 'mail/pathalias')
-rw-r--r-- | mail/pathalias/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile index c840e93f2d62..9e75b5c8acf1 100644 --- a/mail/pathalias/Makefile +++ b/mail/pathalias/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: pathalias -# Version required: 9.11 # Date created: 03 Dec 1997 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ +# -DISTNAME= pathalias11 -PKGNAME= pathalias-9.11 +PORTNAME= pathalias +PORTVERSION= 9.11 CATEGORIES= mail MASTER_SITES= ftp://ftp.lan-ks.de/pub/approved/ \ ftp://ftp.dinoex.sub.de/pub/approved/ +DISTNAME= ${PORTNAME}11 EXTRACT_SUFX= .tar.Z MAINTAINER= dirk.meyer@dinoex.sub.org |