diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/semantic/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |