diff options
Diffstat (limited to 'mail/pgp4pine/Makefile')
-rw-r--r-- | mail/pgp4pine/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/pgp4pine/Makefile b/mail/pgp4pine/Makefile index 8f2c4122f85a..9a593624c28f 100644 --- a/mail/pgp4pine/Makefile +++ b/mail/pgp4pine/Makefile @@ -6,13 +6,17 @@ # PORTNAME= pgp4pine -PORTVERSION= 1.74 +PORTVERSION= ${MAJOR}.${PATCHLEVEL} CATEGORIES= mail MASTER_SITES= http://pgp4pine.flatline.de/ -EXTRACT_SUFX= .tgz +DISTNAME= ${PORTNAME}-${MAJOR}-${PATCHLEVEL} MAINTAINER= holger@flatline.de +MAJOR= 1.75 +PATCHLEVEL= 6 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${MAJOR} MAN1= pgp4pine.1 GNU_CONFIGURE= yes |