summaryrefslogtreecommitdiff
path: root/editors/xcoral
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-03 18:25:52 +0000
committerjlam <jlam@pkgsrc.org>2008-03-03 18:25:52 +0000
commit80c7fb273d8e710ea174cde389ccea199e8a754b (patch)
tree94991d2182e36c43f4a6dac0f35a6023230a4d45 /editors/xcoral
parent38c8b857b2a15de072b4fa8baf0650634b5be996 (diff)
downloadpkgsrc-80c7fb273d8e710ea174cde389ccea199e8a754b.tar.gz
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'editors/xcoral')
-rw-r--r--editors/xcoral/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 4fdbac702ee..1b226177d9d 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/01/30 23:06:18 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/03/03 18:25:53 jlam Exp $
DISTNAME= xcoral-3.2
PKGREVISION= 1
@@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Multiwindow mouse-based text editor for X
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_X11BASE= yes
GNU_CONFIGURE= yes
@@ -22,13 +24,13 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons
- ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/xcoral
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xcoral/HTML/icons
+ ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${DESTDIR}${PREFIX}/bin
.for FILE in ${LIBFILES}
- ${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${PREFIX}/lib/xcoral
+ ${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${DESTDIR}${PREFIX}/lib/xcoral
.endfor
- ${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral
+ ${CP} -r ${WRKSRC}/Doc/* ${DESTDIR}${PREFIX}/share/doc/xcoral
BUILDLINK_DEPMETHOD.libXt?= build