diff options
author | christos <christos> | 2000-01-03 20:58:53 +0000 |
---|---|---|
committer | christos <christos> | 2000-01-03 20:58:53 +0000 |
commit | 319dbd66d151f2b700dd8e5a5c7baa020d2edfad (patch) | |
tree | 23e20656998ea4b7bf3059f359d733308a1ce26b /mail | |
parent | 36332066c1aef8f5933ec5696861591d1bff84e5 (diff) | |
download | pkgsrc-319dbd66d151f2b700dd8e5a5c7baa020d2edfad.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')
-rw-r--r-- | mail/mush/Makefile | 8 |
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" |