diff options
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 |