aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-27 00:54:21 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-27 00:54:21 +0800
commit422df0e57450d056c721ceefb46442aaa586907b (patch)
tree1ef77e5e1e2ec00ea7ac67de19d6c01035293c55 /sysutils
parentf9d9baf6a0ff4a3ad571b1e2e4c74ba420d3c670 (diff)
downloadfreebsd-ports-gnome-422df0e57450d056c721ceefb46442aaa586907b.tar.gz
freebsd-ports-gnome-422df0e57450d056c721ceefb46442aaa586907b.tar.zst
freebsd-ports-gnome-422df0e57450d056c721ceefb46442aaa586907b.zip
1: Stagify.
2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-curlftpfs/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile
index 61a0cbb4dadb..45db47b3ef33 100644
--- a/sysutils/fusefs-curlftpfs/Makefile
+++ b/sysutils/fusefs-curlftpfs/Makefile
@@ -13,24 +13,22 @@ COMMENT= Mount remote ftp directories
LICENSE= GPLv2
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USES= fuse pkgconfig
USE_GNOME= glib20
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/curlftpfs
+PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000000
-EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h
+EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h
.else
-EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h
+EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h
.endif
.if ${OSVERSION} < 900000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ftpfs.c
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ftpfs.c
.endif
.include <bsd.port.post.mk>