aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-08-04 20:04:40 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-08-04 20:04:40 +0000
commit24bcd1fce180943f64293846c9df6b4635afa449 (patch)
treeffb3305a3c83dbea8511dd9645ddd3ca161309c1 /mail/dspam-devel
parent317058c2b0e442b7f4fe7c8c9d0ede8bba8ac9e2 (diff)
downloadports-24bcd1fce180943f64293846c9df6b4635afa449.tar.gz
ports-24bcd1fce180943f64293846c9df6b4635afa449.zip
Notes
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r--mail/dspam-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index 9a3a738da13e..fec632737ad0 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -23,11 +23,11 @@ COMMENT= Bayesian spam filter - development version
PORTVER_MAJ= 3.10.0
#SNAP_DATE= .r1
-#MIN_OPTIONS_VER= ${PORTNAME}-3.10.0.
+#MIN_OPTIONS_VER= ${PORTNAME}-${PKGNAMESUFFIX}-3.10.0.
.ifdef(SNAP_DATE)
MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
+ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}-${PKGNAMESUFFIX}/sources/
MASTER_SITE_SUBDIR= itetcu
WRKSRC= ${WRKDIR}/dspam-${PORTVER_MAJ}
.else
@@ -146,7 +146,7 @@ CONFIGURE_ARGS+= --with-dspam-group=${DSPAM_GROUP}
_SED_SCRIPT= -e 's,%%DOCSDIR%%,${DOCSDIR},g' \
-e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' \
-e 's,%%DSPAM_HOME%%,${DSPAM_HOME},g' \
- -e 's,%%PORTNAME%%,${PORTNAME},g' \
+ -e 's,%%PORTNAME%%,${PORTNAME}-${PKGNAMESUFFIX},g' \
-e 's,%%_VAR_DIR%%,${_VAR_DIR},g' \
-e '/^%%FreeBSD/D' \
-e '/^%%Tecnik%%/D'
@@ -176,7 +176,7 @@ CONFIGURE_ARGS+= --enable-preferences-extension
.ifndef(WITHOUT_DAEMON)
CONFIGURE_ARGS+= --enable-daemon
-USE_RC_SUBR= ${PORTNAME}
+USE_RC_SUBR= ${PORTNAME}-${PKGNAMESUFFIX}
_SED_SCRIPT+= -e 's,%%DAEMON%%,,g'
SUB_LIST+= DSPAM_HOME=${DSPAM_HOME}
.else