diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /mail/mush | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'mail/mush')
-rw-r--r-- | mail/mush/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index 29eb3756cc7..c6ec2c84b1a 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/03/12 23:17:19 jmc Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:36 jmmv Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 +WRKSRC= ${WRKDIR} CATEGORIES= mail MASTER_SITES= ftp://cse.ogi.edu/pub/mush/ EXTRACT_SUFX= .tar.Z @@ -25,8 +26,6 @@ NO_SRC_ON_CDROM= ${RESTRICTED} DIST_SUBDIR= mush -WRKSRC= ${WRKDIR} - pre-configure: ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/config.h-dist > ${WRKSRC}/config.h ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/makefile.${LOWER_OPSYS} > ${WRKSRC}/Makefile |