summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-07 16:53:38 +0000
committerjoerg <joerg>2008-04-07 16:53:38 +0000
commitf9c985c58c56f281cac877109fc82ddcc1986a02 (patch)
treea984f1a4d1405b58543c3a459dbfed7d692de1b4 /emulators
parent3ecc272063e426c082d2d1741dd658b1f6b8120b (diff)
downloadpkgsrc-f9c985c58c56f281cac877109fc82ddcc1986a02.tar.gz
Fix DESTDIR.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dynamips/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile
index 4c5517b32d5..91248b4caa5 100644
--- a/emulators/dynamips/Makefile
+++ b/emulators/dynamips/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/03 19:21:38 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/07 17:00:14 joerg Exp $
DISTNAME= dynamips-0.2.7
CATEGORIES= emulators
@@ -22,6 +22,8 @@ SUBST_FILES.libelf= dynamips.h rom2c.c
SUBST_SED.libelf= -e 's,<libelf.h>,<libelf/libelf.h>,'
SUBST_MESSAGE.libelf= Fix libelf header file path
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dynamips ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/nvram_export ${DESTDIR}${PREFIX}/bin