diff options
author | taca <taca@pkgsrc.org> | 2009-05-14 14:24:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-05-14 14:24:49 +0000 |
commit | 4fa256021e631b653b62223c125cab8461ba4434 (patch) | |
tree | 63c2f95464a173332136b4e628317e27460539af /mail | |
parent | 0baf730ae80a780c536cdfe61224043f1d7b5e1c (diff) | |
download | pkgsrc-4fa256021e631b653b62223c125cab8461ba4434.tar.gz |
Since iso_2022_jp.php isn't included in squirrelmail distribution,
remove extra pre-configure processing.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index e7c26261699..0004565ed75 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2009/05/14 06:54:38 martti Exp $ +# $NetBSD: Makefile,v 1.104 2009/05/14 14:24:49 taca Exp $ DISTNAME= squirrelmail-1.4.18 #PKGREVISION= 1 @@ -75,9 +75,6 @@ post-extract: pre-configure: find ${WRKSRC} \( -name '*.orig*' -o -name '.cvsignore' \) \ -exec rm -f {} \; -# currently, we use iso_2022_jp.php in squirrelmail-decode package. -# - rm -f ${WRKSRC}/functions/decode/iso_2022_jp.php do-install: ${INSTALL_DATA} ${WRKDIR}/squirrelmail.conf.dist ${EGDIR}/squirrelmail.conf |