diff options
author | yoichi <yoichi@FreeBSD.org> | 2003-01-26 16:55:17 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2003-01-26 16:55:17 +0000 |
commit | 80f52e947aac416625e06e6cc7f674f9c0007a11 (patch) | |
tree | 0ff5d4b014bb3fe882d9de259000a6ae52f3e625 /devel/semantic | |
parent | 039f1a81b6c29ffc85ebf0ebf89b2f3a180e79d2 (diff) | |
download | FreeBSD-ports-80f52e947aac416625e06e6cc7f674f9c0007a11.zip FreeBSD-ports-80f52e947aac416625e06e6cc7f674f9c0007a11.tar.gz |
Fix plist.
PR: 47500,47501
Submitted by: maintainer
Diffstat (limited to 'devel/semantic')
-rw-r--r-- | devel/semantic/Makefile | 1 | ||||
-rw-r--r-- | devel/semantic/pkg-plist | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 2912651..9e2099b 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -7,6 +7,7 @@ PORTNAME= semantic PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet diff --git a/devel/semantic/pkg-plist b/devel/semantic/pkg-plist index ced6729..8ffcd58 100644 --- a/devel/semantic/pkg-plist +++ b/devel/semantic/pkg-plist @@ -3,6 +3,7 @@ info/semantic.info info/semantic.info-1 info/semantic.info-2 info/semantic.info-3 +info/semantic.info-4 @exec install-info %D/info/semantic.info %D/info/dir %%EMACS_VERSION_SITE_LISPDIR%%/semantic/c.bnf %%EMACS_VERSION_SITE_LISPDIR%%/semantic/document-vars.el @@ -61,6 +62,6 @@ info/semantic.info-3 %%EMACS_VERSION_SITE_LISPDIR%%/semantic/working.el %%EMACS_VERSION_SITE_LISPDIR%%/semantic/working.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/semantic -%%PORTDOCS%%share/doc/semantic/INSTALL -%%PORTDOCS%%share/doc/semantic/NEWS -%%PORTDOCS%%@dirrm share/doc/semantic +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%@dirrm %%DOCSDIR%% |