summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-04-01 08:20:08 +0000
committerjmmv <jmmv>2003-04-01 08:20:08 +0000
commit8bab7da9e05f8d8e6155de98aea2bf2834ef328d (patch)
tree7d816c430617de8fcdd492d7ed61b5a7571c055f /textproc
parent387e0273e481e029e647fe6e8ca1c2ea9d1c449a (diff)
downloadpkgsrc-8bab7da9e05f8d8e6155de98aea2bf2834ef328d.tar.gz
Override install commands, to fix installation in SunOS. Pointed out by
Brian Harrington in PR pkg/20971.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlcatmgr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index fe0345bbd18..6a346437353 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/01/29 20:21:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/04/01 08:20:08 jmmv Exp $
#
DISTNAME= xmlcatmgr-0.2
@@ -17,6 +17,9 @@ MAKE_ENV+= BT_PREFIX="${PREFIX}"
MAKE_ENV+= BT_PROG_AWK="${AWK}"
MAKE_ENV+= BT_PROG_SH="${SH}"
MAKE_ENV+= BT_DIR_CATALOG="${PKG_SYSCONFDIR}/xml"
+MAKE_ENV+= BT_INSTALL_DIR="${INSTALL_DATA_DIR}"
+MAKE_ENV+= BT_INSTALL_BIN="${INSTALL_SCRIPT}"
+MAKE_ENV+= BT_INSTALL_DATA="${INSTALL_DATA}"
OWN_DIRS= ${PKG_SYSCONFDIR}/sgml ${PKG_SYSCONFDIR}/xml
EGDIR= ${PREFIX}/share/examples/xmlcatmgr