Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 16:03:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338017 - head/www/castget
Message-ID:  <201312291603.rBTG3lYP003945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 29 16:03:47 2013
New Revision: 338017
URL: http://svnweb.freebsd.org/changeset/ports/338017

Log:
  Stage support

Modified:
  head/www/castget/Makefile

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Sun Dec 29 16:00:25 2013	(r338016)
+++ head/www/castget/Makefile	Sun Dec 29 16:03:47 2013	(r338017)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291603.rBTG3lYP003945>