diff options
author | reed <reed@pkgsrc.org> | 2004-04-05 22:13:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-05 22:13:43 +0000 |
commit | 093ba96e55bf73d4725ff86ebbed920fab587203 (patch) | |
tree | 0a41e9c61944d507f1c70a75966e5865bfdc6518 /lang/eieio | |
parent | b57aa116976224954467a3f4682c47d96d6af834 (diff) | |
download | pkgsrc-093ba96e55bf73d4725ff86ebbed920fab587203.tar.gz |
Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
Okay'd by cjones.
Diffstat (limited to 'lang/eieio')
-rw-r--r-- | lang/eieio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |