diff options
author | itetcu <itetcu@FreeBSD.org> | 2011-08-05 04:04:40 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2011-08-05 04:04:40 +0800 |
commit | 579a569553b3b17b0d9c741249d380195b8fe16d (patch) | |
tree | d16159c9007277b20589a5b92a9d9396b4f8b56b /mail | |
parent | 6f3e2780be9e90f258675566f3dc30d56e064f33 (diff) | |
download | freebsd-ports-gnome-579a569553b3b17b0d9c741249d380195b8fe16d.tar.gz freebsd-ports-gnome-579a569553b3b17b0d9c741249d380195b8fe16d.tar.zst freebsd-ports-gnome-579a569553b3b17b0d9c741249d380195b8fe16d.zip |
Fix port after I moved '-devel' to PKGNAMESUFFIX.
Reported by: bapt@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 8 |
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 |