diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
commit | da12e6723dd1adee8b0c5e4b081caecab544e684 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /sysutils/udfclient | |
parent | - Change the download site for swingex, because the original one has disappeared (diff) |
Convert USE_FUSE macros into USES feature.7-eol
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Diffstat (limited to 'sysutils/udfclient')
-rw-r--r-- | sysutils/udfclient/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 927111de2997..0317d6163f1b 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: udfclient -# Date created: 3 January 2005 -# Whom: Andriy Gapon <avg@icyb.net.ua> -# +# Created by: Andriy Gapon <avg@icyb.net.ua> # $FreeBSD$ -# PORTNAME= udfclient PORTVERSION= 0.7.5 @@ -44,7 +40,7 @@ MASTER_SITES+= http://www.icyb.net.ua/~avg/distfiles/:fuse DISTFILES+= ${UDFCLIENTFS_NAME}-${UDFCLIENTFS_VERSION}.tgz:fuse EXTRA_PATCHES+= ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.patch -USE_FUSE= yes +USES+= fuse PLIST_FILES+= bin/${UDFCLIENTFS_NAME} .endif |