summaryrefslogtreecommitdiff
path: root/mail/mush
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2000-01-03 20:58:53 +0000
committerchristos <christos@pkgsrc.org>2000-01-03 20:58:53 +0000
commit01ba9d167b1890868d60ca952fbbe2cfcd220ebc (patch)
tree23e20656998ea4b7bf3059f359d733308a1ce26b /mail/mush
parentf14726d22772226bbbddfc11a46eae96c3af8125 (diff)
downloadpkgsrc-01ba9d167b1890868d60ca952fbbe2cfcd220ebc.tar.gz
- make this say blah.pl1 so people know they have applied the y2k fix
- make this work on Solaris.
Diffstat (limited to 'mail/mush')
-rw-r--r--mail/mush/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile
index dcdcc52c83f..6e71097eb14 100644
--- a/mail/mush/Makefile
+++ b/mail/mush/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 1998/09/12 22:13:02 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/03 20:58:53 christos Exp $
-DISTNAME= mush-7.2.6.b4
+DISTNAME= mush-7.2.6.b4.pl1
CATEGORIES= mail
MASTER_SITES= ftp://cse.ogi.edu/pub/mush/ \
ftp://cse.ogi.edu/pub/mush/CONTRIB/
@@ -23,7 +23,7 @@ MIRROR_DISTFILE= no
NO_WRKSUBDIR= yes
post-extract:
- @${ECHO} "===> Applying mush-7.2.6/beta4 patches"
+ @${ECHO} "===> Applying mush-7.2.6/beta4.pl1 patches"
@(cd ${WRKDIR}; \
for i in ${STD_PATCH_FILES}; do \
${PATCH} < ${_DISTDIR}/$$i; \
@@ -37,6 +37,6 @@ post-extract:
pre-configure:
${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/config.h-dist > ${WRKSRC}/config.h
- ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/makefile.netbsd > ${WRKSRC}/Makefile
+ ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/makefile.${LOWER_OPSYS} > ${WRKSRC}/Makefile
.include "../../mk/bsd.pkg.mk"