summaryrefslogtreecommitdiff
path: root/cad/xchiplogo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xchiplogo/Makefile')
-rw-r--r--cad/xchiplogo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/xchiplogo/Makefile b/cad/xchiplogo/Makefile
index c445deff2cb..f24764e880b 100644
--- a/cad/xchiplogo/Makefile
+++ b/cad/xchiplogo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/12/15 20:32:53 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/03/03 01:50:27 jlam Exp $
#
DISTNAME= xchiplogo
@@ -11,10 +11,12 @@ MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html
COMMENT= Program for generating pretty logos on VLSI chips
+PKG_DESTDIR_SUPPORT= user-destdir
+
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${PREFIX}/bin/xchiplogo
+ ${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${DESTDIR}${PREFIX}/bin/xchiplogo
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"