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 /x11/tkman | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/tkman')
-rw-r--r-- | x11/tkman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index ace45cb2df4..a114424419c 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2001/12/03 18:05:25 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2003/03/29 12:43:10 jmmv Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # DISTNAME= tkman PKGNAME= tkman-2.1 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= x11 MASTER_SITES= ftp://tkman.sourceforge.net/pub/tkman/ \ http://tkman.sourceforge.net/ @@ -18,8 +19,6 @@ DEPENDS+= tk>=8.3.2:../../x11/tk USE_RMAN= yes USE_X11= yes -WRKSRC= ${WRKDIR}/${PKGNAME} - post-install: ${SED} -e 's|@@LOCALBASE@@|${LOCALBASE}|' \ -e 's|@@PREFIX@@|${PREFIX}|' \ |