summaryrefslogtreecommitdiff
path: root/cad/ntesla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ntesla/Makefile')
-rw-r--r--cad/ntesla/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/ntesla/Makefile b/cad/ntesla/Makefile
index 50e8501c288..f6207560a82 100644
--- a/cad/ntesla/Makefile
+++ b/cad/ntesla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:41 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/03/03 01:50:26 jlam Exp $
#
DISTNAME= ntesla-1.7
@@ -9,9 +9,11 @@ MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.nic.funet.fi/pub/sci/electrical/tesla/
COMMENT= Tesla coil design program
+PKG_DESTDIR_SUPPORT= user-destdir
+
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ntesla ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ntesla ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"