aboutsummaryrefslogtreecommitdiffstats
path: root/www/rsstool
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 00:58:22 +0800
committermiwi <miwi@FreeBSD.org>2014-02-06 00:58:22 +0800
commit6f74632e6985074b4002d36df6f729baabafca14 (patch)
treeb524080bab0f6eca9a77e170933c8fee023d28ef /www/rsstool
parent482519f93ac8f3f2b00d410698981fb69eca29a4 (diff)
downloadfreebsd-ports-gnome-6f74632e6985074b4002d36df6f729baabafca14.tar.gz
freebsd-ports-gnome-6f74632e6985074b4002d36df6f729baabafca14.tar.zst
freebsd-ports-gnome-6f74632e6985074b4002d36df6f729baabafca14.zip
- Stage support
Diffstat (limited to 'www/rsstool')
-rw-r--r--www/rsstool/Makefile14
1 files changed, 4 insertions, 10 deletions
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 <bsd.port.mk>