diff options
author | martti <martti> | 2006-02-03 10:26:17 +0000 |
---|---|---|
committer | martti <martti> | 2006-02-03 10:26:17 +0000 |
commit | 742db24f3ff20c423763f5eef34f7194b461b646 (patch) | |
tree | d16bcdae178fb5e54cce69dd0edce6c31bb8ccd7 /mail/squirrelmail/Makefile | |
parent | ab8f9f25952999efbc39bc78397e685d030f2933 (diff) | |
download | pkgsrc-742db24f3ff20c423763f5eef34f7194b461b646.tar.gz |
s/SMDIRDIR/SMDIR/ and bump PKGREVISION.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 6e216c19be4..191c7ac3f21 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2006/01/20 23:56:59 joerg Exp $ +# $NetBSD: Makefile,v 1.66 2006/02/03 10:26:17 martti Exp $ DISTNAME= squirrelmail-1.4.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 @@ -51,7 +51,7 @@ SUBST_FILES.paths= ${WRKDIR}/squirrelmail.conf.dist config/config_default.php SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.paths+= -e 's,@ATTACHMENTS_DIR@,${ATTACHMENTS_DIR},g' SUBST_SED.paths+= -e 's,@USER_PREFS_DIR@,${USER_PREFS_DIR},g' -SUBST_SED.paths+= -e 's,@SMDIRDIR@,${SMDIR},g' +SUBST_SED.paths+= -e 's,@SMDIR@,${SMDIR},g' SUBST_STAGE.paths= post-patch post-extract: |