summaryrefslogtreecommitdiff
path: root/sysutils/xdu
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /sysutils/xdu
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'sysutils/xdu')
-rw-r--r--sysutils/xdu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile
index 5ec65e55b60..f208dfdf6f7 100644
--- a/sysutils/xdu/Makefile
+++ b/sysutils/xdu/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2003/03/03 02:59:29 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/29 12:42:34 jmmv Exp $
#
DISTNAME= xdu-3.0
PKGREVISION= 4
+WRKSRC= ${WRKDIR}
CATEGORIES= sysutils x11
MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ ftp://ftp.arl.mil/pub/
EXTRACT_SUFX= .tar.Z
@@ -11,7 +12,6 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://sd.wareonearth.com/~phil/xdu/
COMMENT= Display the output of "du" in an X window
-WRKSRC= ${WRKDIR}
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"