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/sigrot/Makefile | |
parent | Fix up PORTNAME/PORTVERSION. (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27500
Diffstat (limited to 'mail/sigrot/Makefile')
-rw-r--r-- | mail/sigrot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 1c4a2eb4f24b..c0807f24606e 100644 --- a/mail/sigrot/Makefile +++ b/mail/sigrot/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: sigrot -# Version required: 1.0 # Date created: 4 Mar 1998 # Whom: Marijn Meijles <marijn@stack.nl> # # $FreeBSD$ # -DISTNAME= sigrot_v1.0 -PKGNAME= sigrot-1.0 +PORTNAME= sigrot +PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/mail/misc +DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= marijn@stack.nl |