- Stage support

- Switch gmake to USES
This commit is contained in:
Martin Wilke 2014-01-31 07:17:16 +00:00
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

View file

@ -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>

View file

@ -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