summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2004-04-05 22:13:43 +0000
committerreed <reed>2004-04-05 22:13:43 +0000
commit0c05b8c7754e2d2b434dbd286b97d2137a0e0996 (patch)
tree0a41e9c61944d507f1c70a75966e5865bfdc6518
parent45aec52cf2362cc70a92349edd87dd09b96e50ea (diff)
downloadpkgsrc-0c05b8c7754e2d2b434dbd286b97d2137a0e0996.tar.gz
Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
Okay'd by cjones.
-rw-r--r--devel/semantic/Makefile4
-rw-r--r--lang/eieio/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile
index 0e8784e7b4d..03dd76acba2 100644
--- a/devel/semantic/Makefile
+++ b/devel/semantic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/05 22:13:43 reed Exp $
#
DISTNAME= semantic-1.4.2
@@ -51,6 +51,6 @@ do-install:
${EMACS_LISPPREFIX}/semantic
cd ${WRKSRC} && ${INSTALL_DATA} ${AUXFILES} ${EMACS_LISPPREFIX}/semantic
cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${OTHER_INFO} \
- ${PREFIX}/info
+ ${PREFIX}/${INFO_DIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile
index 72437f5f030..8ab98053f76 100644
--- a/lang/eieio/Makefile
+++ b/lang/eieio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/05 22:13:44 reed Exp $
#
DISTNAME= eieio-0.17
@@ -33,6 +33,6 @@ do-install:
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/eieio
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
${EMACS_LISPPREFIX}/eieio
- cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info
+ cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/${INFO_DIR}
.include "../../mk/bsd.pkg.mk"