summaryrefslogtreecommitdiff
path: root/misc/visual-regexp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/visual-regexp/Makefile')
-rw-r--r--misc/visual-regexp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/visual-regexp/Makefile b/misc/visual-regexp/Makefile
index 21de3a79011..a6e8490c2a7 100644
--- a/misc/visual-regexp/Makefile
+++ b/misc/visual-regexp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:11 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:27 joerg Exp $
#
DISTNAME= visual_regexp-3.0
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://laurent.riesterer.free.fr/regexp/
COMMENT= Easily design and debug regular expressions graphically
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_BUILD= yes
USE_TOOLS+= wish:run
@@ -29,6 +31,6 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl \
- ${PREFIX}/bin/visual_regexp
+ ${DESTDIR}${PREFIX}/bin/visual_regexp
.include "../../mk/bsd.pkg.mk"