diff options
author | seb <seb@pkgsrc.org> | 2003-06-25 12:32:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-25 12:32:41 +0000 |
commit | 88e663d26828e1aa02631101fdcd4196ff06c325 (patch) | |
tree | d7a04b129308d53579558a031349cb34e451e7ee /devel | |
parent | 28d6fe1ce44a478aa59341137fdfaea4f01b6ad6 (diff) | |
download | pkgsrc-88e663d26828e1aa02631101fdcd4196ff06c325.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/semantic/Makefile | 4 | ||||
-rw-r--r-- | devel/semantic/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 9a7805f261f..0b28f6c134f 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/01/12 02:26:15 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/25 12:32:41 seb Exp $ # DISTNAME= semantic-1.4.2 @@ -25,6 +25,7 @@ BUILD_ENV+= EMACS=${EMACS} NO_CONFIGURE= # set USE_GMAKE= # set +USE_NEW_TEXINFO= YES INFO_FILES= semantic.info OTHER_INFO= semantic.info-1 semantic.info-2 @@ -53,5 +54,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${OTHER_INFO} \ ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/semantic/PLIST b/devel/semantic/PLIST index 053cf89811f..ca4b6cb82b4 100644 --- a/devel/semantic/PLIST +++ b/devel/semantic/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/11 08:56:33 uebayasi Exp $ -@unexec ${INSTALL_INFO} --delete %D/info/semantic.info %D/info/dir +@comment $NetBSD: PLIST,v 1.4 2003/06/25 12:32:41 seb Exp $ info/semantic.info info/semantic.info-1 info/semantic.info-2 -@exec ${INSTALL_INFO} %D/info/semantic.info %D/info/dir ${EMACS_LISPPREFIX}/semantic/document-vars.el ${EMACS_LISPPREFIX}/semantic/document-vars.elc ${EMACS_LISPPREFIX}/semantic/document.el |