summaryrefslogtreecommitdiff
path: root/mail/mush
diff options
context:
space:
mode:
authorchristos <christos>2000-01-03 20:58:53 +0000
committerchristos <christos>2000-01-03 20:58:53 +0000
commit6493a2c9598dbe652f519acc8a86f96c85dd01d3 (patch)
tree23e20656998ea4b7bf3059f359d733308a1ce26b /mail/mush
parent5503e2b1948a2a06bd2b3ac4475ce76674b31fd6 (diff)
downloadpkgsrc-6493a2c9598dbe652f519acc8a86f96c85dd01d3.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"