diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-08-20 23:07:16 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-08-20 23:07:16 +0000 |
commit | b0f4c0cf6a479a8031dab1a7317c38370a8cb0d3 (patch) | |
tree | 6bfc12791e758c86770f22a93764db26df2f57ff /mail/libspf2-10 | |
parent | bd42b811c74a9ab9910c8ec81e644dcc87f8dc80 (diff) |
Notes
Diffstat (limited to 'mail/libspf2-10')
-rw-r--r-- | mail/libspf2-10/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/libspf2-10/Makefile b/mail/libspf2-10/Makefile index 53dc8feed336..87e864f06efe 100644 --- a/mail/libspf2-10/Makefile +++ b/mail/libspf2-10/Makefile @@ -5,22 +5,22 @@ # $FreeBSD$ # -PORTNAME= libspf2 -PORTVERSION= 1.0.4 +PORTNAME= libspf2 +PORTVERSION= 1.0.4 PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.libspf2.org/%SUBDIR%/ +CATEGORIES= mail +MASTER_SITES= http://www.libspf2.org/%SUBDIR%/ MASTER_SITE_SUBDIR= spf -MAINTAINER= ports@FreeBSD.org -COMMENT= Sender Rewriting Scheme 2 C Implementation +MAINTAINER= mnag@FreeBSD.org +COMMENT= Sender Rewriting Scheme 2 C Implementation -CONFLICTS= ${PORTNAME}-1.2.* +CONFLICTS= ${PORTNAME}-1.2.* -LATEST_LINK= libspf2-10 +LATEST_LINK= ${PORTNAME}-${PORTVERSION:S/.//:R} USE_LDCONFIG= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |