aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-30 00:03:47 +0800
committerantoine <antoine@FreeBSD.org>2013-12-30 00:03:47 +0800
commitff6e4c8d8aafb5c34d71debb90567ea8d509de1e (patch)
treedb7e57aa386bb6c0db7f093d4d49cd3573fa1ce6 /www
parentf1e1cc26c59941eac377da41b257bc3c905c72a7 (diff)
downloadfreebsd-ports-gnome-ff6e4c8d8aafb5c34d71debb90567ea8d509de1e.tar.gz
freebsd-ports-gnome-ff6e4c8d8aafb5c34d71debb90567ea8d509de1e.tar.zst
freebsd-ports-gnome-ff6e4c8d8aafb5c34d71debb90567ea8d509de1e.zip
Stage support
Diffstat (limited to 'www')
-rw-r--r--www/castget/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/castget/Makefile b/www/castget/Makefile
index 35b9c31acd62..9ce5120f9a24 100644
--- a/www/castget/Makefile
+++ b/www/castget/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= SAVANNAH CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line podcast downloader
-LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
+ libcurl.so:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
USES= pkgconfig
@@ -21,9 +21,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-static
GNU_CONFIGURE= yes
-PLIST_FILES= bin/castget include/libcastget.h lib/libcastget.la lib/libcastget.so lib/libcastget.so.0
-MAN1= castget.1
-MAN5= castgetrc.5
+PLIST_FILES= bin/castget include/libcastget.h \
+ lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 \
+ man/man1/castget.1.gz man/man5/castgetrc.5.gz
-NO_STAGE= yes
.include <bsd.port.mk>