diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /devel/libts | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/libts')
-rw-r--r-- | devel/libts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libts/Makefile b/devel/libts/Makefile index 0a41d3e5040..d40e90adaec 100644 --- a/devel/libts/Makefile +++ b/devel/libts/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/12/24 09:53:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:13:28 agc Exp $ # DISTNAME= TS-1.08 PKGNAME= libts-1.08 -WRKSRC= ${WRKDIR}/tokenscan CATEGORIES= devel MASTER_SITES= http://www.snake.net/software/TS/ @@ -11,6 +10,8 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Library of simple token-scanning routines +WRKSRC= ${WRKDIR}/tokenscan + post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak ${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \ |