mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support STAGEDIR.
This commit is contained in:
parent
ed16820e8c
commit
9f06c787b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333204
2 changed files with 4 additions and 5 deletions
|
@ -13,8 +13,4 @@ USE_GMAKE= yes
|
||||||
ALL_TARGET= default
|
ALL_TARGET= default
|
||||||
NOPRECIOUSMAKEVARS= yes
|
NOPRECIOUSMAKEVARS= yes
|
||||||
|
|
||||||
MAN5= and.conf.5 and.priorities.5
|
|
||||||
MAN8= and.8
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
sbin/and
|
|
||||||
etc/and.conf
|
etc/and.conf
|
||||||
etc/and.priorities
|
etc/and.priorities
|
||||||
|
man/man5/and.conf.5.gz
|
||||||
|
man/man5/and.priorities.5.gz
|
||||||
|
man/man8/and.8.gz
|
||||||
|
sbin/and
|
||||||
|
|
Loading…
Add table
Reference in a new issue