mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Stage support
- Switch gmake to USES
This commit is contained in:
parent
9e9cd1170b
commit
6dfdac4815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341919
2 changed files with 3 additions and 5 deletions
|
@ -11,11 +11,7 @@ COMMENT= Userland stateless NAT64 daemon
|
|||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN5= tayga.conf.5
|
||||
MAN8= tayga.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
man/man5/tayga.conf.5.gz
|
||||
man/man8/tayga.8.gz
|
||||
@unexec if cmp -s %D/etc/tayga.conf.example %D/etc/tayga.conf; then rm -f %D/etc/tayga.conf; fi
|
||||
etc/tayga.conf.example
|
||||
@exec if [ ! -f %D/etc/tayga.conf ] ; then cp -p %B/tayga.conf.example %D/etc/tayga.conf; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue