diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
commit | 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /mail/addresses/Makefile | |
parent | 7108c85b56ca17f7e1daaa73f17c74c7d4ec630c (diff) | |
download | ports-3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99.tar.gz ports-3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99.zip |
Notes
Diffstat (limited to 'mail/addresses/Makefile')
-rw-r--r-- | mail/addresses/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 9362942c4eed..51640ce46a36 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: addresses -# Date created: 13 Nov 2004 -# Whom: Miguel Mendez <flynn@energyhq.es.eu.org> -# +# Created by: Miguel Mendez <flynn@energyhq.es.eu.org> # $FreeBSD$ # PORTNAME= addresses -PORTVERSION= 0.4.7 -PORTREVISION= 2 +PORTVERSION= 0.4.8 +PORTREVISION= 0 CATEGORIES= mail gnustep MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= gap DISTNAME= Addresses-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= A versatile addressbook for GNUstep LICENSE= LGPL21 @@ -24,6 +21,4 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -WRKSRC= ${WRKDIR}/Addresses - .include <bsd.port.mk> |