diff options
author | garga <garga@FreeBSD.org> | 2006-02-17 16:35:10 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-17 16:35:10 +0000 |
commit | 93e0e826ee43e479c3526142962e3b018f27c276 (patch) | |
tree | 52ac43ba6a0a38ae3e57d5ce4b583e6b29b2672a /misc/heyu/pkg-plist | |
parent | 232bfca96d72d71f9c5c0bffdf578361e4455374 (diff) | |
download | FreeBSD-ports-93e0e826ee43e479c3526142962e3b018f27c276.zip FreeBSD-ports-93e0e826ee43e479c3526142962e3b018f27c276.tar.gz |
- Fix MASTER_SITES [1]
- Make portlint(1) happy
- Respect CC/CFLAGS
- Install files in EXAMPLESDIR without check NOPORTDOCS
- Patch Configure script on post-patch: target and execute it on
do-configure: target
PR: ports/93316 [1]
Submitted by: maintainer [1]
Approved by: maintainer
Diffstat (limited to 'misc/heyu/pkg-plist')
-rw-r--r-- | misc/heyu/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/heyu/pkg-plist b/misc/heyu/pkg-plist index 85c305b..2fdab58 100644 --- a/misc/heyu/pkg-plist +++ b/misc/heyu/pkg-plist @@ -2,6 +2,6 @@ bin/dawndusk bin/heyu bin/heyuhelper bin/makesched -share/examples/heyu/x10config.sample -share/examples/heyu/x10sched.conf.sample -@dirrm share/examples/heyu +%%EXAMPLESDIR%%/x10config.sample +%%EXAMPLESDIR%%/x10sched.conf.sample +@dirrm %%EXAMPLESDIR%% |