- Stage support
This commit is contained in:
parent
201a48396f
commit
e43138bc08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341965
4 changed files with 9 additions and 12 deletions
|
@ -13,8 +13,7 @@ COMMENT= Small command line tool for SIP testing
|
|||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= sipsak.1
|
||||
PLIST_FILES= bin/sipsak
|
||||
PLIST_FILES= bin/sipsak \
|
||||
man/man1/sipsak.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -11,11 +11,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= secure tftpd server with fine grained access and revision control
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
USES= gmake
|
||||
|
||||
MAN1= utftp.1
|
||||
MAN5= utftpd.conf.5
|
||||
MAN8= utftpd.8 utftpd_make.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,3 +2,7 @@ bin/utftp
|
|||
sbin/utftpd
|
||||
sbin/utftpd_dump
|
||||
sbin/utftpd_make
|
||||
man/man1/utftp.1.gz
|
||||
man/man5/utftpd.conf.5.gz
|
||||
man/man8/utftpd.8.gz
|
||||
man/man8/utftpd_make.8.gz
|
||||
|
|
|
@ -15,10 +15,9 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
MAN1= wmlj.1
|
||||
PLIST_FILES= bin/wmlj
|
||||
PLIST_FILES= bin/wmlj \
|
||||
man/man1/wmlj.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/network.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue