diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
commit | b1f86a88ebfaecc7e4d4acdc337787f9ce8739dc (patch) | |
tree | 3ffe6ce30b9ece65a5b41d31d4a961a7608c3cf5 /misc/estic | |
parent | Update to 1.01 (diff) |
misc category cleanup part 3 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy
* diction, earthview
- kill pkg-plist
PR: 61028
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/Makefile | 4 | ||||
-rw-r--r-- | misc/estic/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 1c0a06f5a624..b6452766525f 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -26,9 +26,9 @@ AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com> # Personal Preferences, Where to install. PBX_VAR=${PREFIX}/var/log/pbx PBX_ETC=${PREFIX}/etc/pbx -PBX_MAN=${PREFIX}/man/man1 +PBX_MAN=${MANPREFIX}/man/man1 PBX_BIN=${PREFIX}/bin -PBX_DOC=${PREFIX}/share/doc/estic +PBX_DOC=${DOCSDIR} ESTIC=${WRKSRC}/estic MAKE_E= make X11BASE=${X11BASE} -f make/freebsd${X_OR_NOT}.mak diff --git a/misc/estic/pkg-plist b/misc/estic/pkg-plist index 1e67e0a2839a..78cbba12207a 100644 --- a/misc/estic/pkg-plist +++ b/misc/estic/pkg-plist @@ -4,11 +4,11 @@ etc/pbx/aliases.example etc/pbx/config etc/pbx/estic.ini.freebsd_example etc/pbx/estic.ini.generic_example -share/doc/estic/README -share/doc/estic/estic.doc +%%DOCSDIR%%/README +%%DOCSDIR%%/estic.doc var/log/pbx/debug @dirrm etc/pbx -@dirrm share/doc/estic +@dirrm %%DOCSDIR%% @dirrm var/log/pbx @dirrm var/log @dirrm var |