summaryrefslogtreecommitdiff
path: root/editors/mined
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/mined
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'editors/mined')
-rw-r--r--editors/mined/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index 86f93f0e9cc..899c2c93774 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/03/27 12:56:21 agc Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/29 12:40:44 jmmv Exp $
#
DISTNAME= mined-2000.6
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
@@ -11,8 +12,6 @@ COMMENT= html-aware editor
USE_BUILDLINK2= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
MAKEFILE= makefile.bsd
.include "../../devel/ncurses/buildlink2.mk"