1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 09:46:10 +00:00
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

View File

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

View File

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

View File

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

View File

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