diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 04:36:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 04:36:54 +0800 |
commit | 0bf200951dfa843a147dfe36689835c91f3f56eb (patch) | |
tree | 9a7f257be4b6a25c0bc9a8143df8c23d710788d7 /lang/Sather | |
parent | 664609b2980eec087cd14a2fd92451053c36199d (diff) | |
download | freebsd-ports-gnome-0bf200951dfa843a147dfe36689835c91f3f56eb.tar.gz freebsd-ports-gnome-0bf200951dfa843a147dfe36689835c91f3f56eb.tar.zst freebsd-ports-gnome-0bf200951dfa843a147dfe36689835c91f3f56eb.zip |
Use INFO macro
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 2 | ||||
-rw-r--r-- | lang/Sather/pkg-plist | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 92bac3d93964..971e9421d262 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -24,6 +24,8 @@ USE_GMAKE= yes ALL_TARGET= full optional MAN1= sabrowse.1 sacomp.1 +INFO= sather sather-mode sather-tutorial + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 diff --git a/lang/Sather/pkg-plist b/lang/Sather/pkg-plist index 291beda0b16f..9ce943bd5bd5 100644 --- a/lang/Sather/pkg-plist +++ b/lang/Sather/pkg-plist @@ -1,14 +1,5 @@ bin/sabrowse bin/sacomp -@unexec install-info --delete %D/info/sather.info %D/info/dir -info/sather.info -@exec install-info %D/info/sather-mode.info %D/info/dir -@unexec install-info --delete %D/info/sather-mode.info %D/info/dir -info/sather-mode.info -@exec install-info %D/info/sather.info %D/info/dir -@unexec install-info --delete %D/info/sather-tutorial.info %D/info/dir -info/sather-tutorial.info -@exec install-info %D/info/sather-tutorial.info %D/info/dir lib/sather/Bin/PP lib/sather/Bin/bin-wrapper lib/sather/Bin/gen_html |