From 6f74632e6985074b4002d36df6f729baabafca14 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 5 Feb 2014 16:58:22 +0000 Subject: - Stage support --- www/rsstool/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'www') diff --git a/www/rsstool/Makefile b/www/rsstool/Makefile index 43d7b79838f0..497d66b3c78f 100644 --- a/www/rsstool/Makefile +++ b/www/rsstool/Makefile @@ -10,24 +10,18 @@ MASTER_SITES= BERLIOS MAINTAINER= miwi@FreeBSD.org COMMENT= Read, parse, merge and write RSS and Atom feeds -USES= iconv +USES= iconv gmake USE_GNOME= libxml2 -USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/src CONFIGURE_WRKSRC= ${WRKSRC}/src HAS_CONFIGURE= yes -NO_STAGE= yes post-patch: @cd ${BUILD_WRKSRC}/&&${REINPLACE_CMD} -e 's|gcc|${CC}|' Makefile do-install: - @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.ifndef NOPORTDOCS - @cd ${WRKSRC}/&&${COPYTREE_SHARE} "*html images" ${DOCSDIR}/ -.endif -.ifndef NOPORTEXAMPLES - @cd ${WRKSRC}/contrib/&&${COPYTREE_SHARE} . ${EXAMPLESDIR}/ -.endif + @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @cd ${WRKSRC}/&&${COPYTREE_SHARE} "*html images" ${STAGEDIR}${DOCSDIR}/ + @cd ${WRKSRC}/contrib/&&${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ .include -- cgit