1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add stage support for linux-f10-* ports maintained by emulation@

(category ftp).
This commit is contained in:
Rene Ladan 2013-10-06 12:52:05 +00:00
parent 38c87a53f7
commit e506889b28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329557

View File

@ -16,7 +16,7 @@ ALWAYS_KEEP_DISTFILES= YES
.endif
MAINTAINER= emulation@FreeBSD.org
COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 10)
COMMENT= Command line tool for transferring files with URL syntax (Linux Fedora 10)
CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]*
@ -28,12 +28,9 @@ USE_LDCONFIG= yes
BRANDELF_FILES= usr/bin/curl
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1
PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \
usr/share/man/man1/curl.1.gz
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting
MANPREFIX= ${PREFIX}/usr/share
MAN1= curl.1
MANCOMPRESSED= yes
NO_STAGE= yes
.include <bsd.port.mk>