summaryrefslogtreecommitdiff
path: root/editors/mined/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mined/Makefile')
-rw-r--r--editors/mined/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index c4927586d9e..4151e0a3312 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.17 2007/06/28 19:44:09 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/08/17 23:24:11 tnn Exp $
#
-DISTNAME= mined-2000.13.2
+DISTNAME= mined-2000.14
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://towo.net/mined/
COMMENT= Html-aware editor
+PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FILE= makefile
USE_TOOLS+= gmake
post-install:
- ${CHMOD} -x ${PREFIX}/share/mined/conf_user/xinitrc.mined
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/share/mined/conf_user/xinitrc.mined
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"