diff options
author | reed <reed> | 2004-04-05 22:13:43 +0000 |
---|---|---|
committer | reed <reed> | 2004-04-05 22:13:43 +0000 |
commit | 0c05b8c7754e2d2b434dbd286b97d2137a0e0996 (patch) | |
tree | 0a41e9c61944d507f1c70a75966e5865bfdc6518 /lang | |
parent | 45aec52cf2362cc70a92349edd87dd09b96e50ea (diff) | |
download | pkgsrc-0c05b8c7754e2d2b434dbd286b97d2137a0e0996.tar.gz |
Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
Okay'd by cjones.
Diffstat (limited to 'lang')
-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" |