aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-12-30 01:08:28 +0800
committercrees <crees@FreeBSD.org>2013-12-30 01:08:28 +0800
commitf8af0e34dd7c92b741b2eab055785b7f375f7a2d (patch)
treebbd26110e5efeaa1dcf014712d7c9a20885925ba /www
parentd27f3869bd834deec27ba2f4c2878943df349ec1 (diff)
downloadfreebsd-ports-gnome-f8af0e34dd7c92b741b2eab055785b7f375f7a2d.tar.gz
freebsd-ports-gnome-f8af0e34dd7c92b741b2eab055785b7f375f7a2d.tar.zst
freebsd-ports-gnome-f8af0e34dd7c92b741b2eab055785b7f375f7a2d.zip
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI-Enurl/Makefile3
-rw-r--r--www/p5-CGI-Enurl/pkg-plist1
-rw-r--r--www/transmission-web/Makefile5
3 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-CGI-Enurl/Makefile b/www/p5-CGI-Enurl/Makefile
index 604cd3c17cd0..6c8fff06e82a 100644
--- a/www/p5-CGI-Enurl/Makefile
+++ b/www/p5-CGI-Enurl/Makefile
@@ -14,7 +14,4 @@ RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
USES= perl5
USE_PERL5= configure
-MAN3= CGI::Enurl.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/p5-CGI-Enurl/pkg-plist b/www/p5-CGI-Enurl/pkg-plist
index de1f2745b6ce..6a6653e691b4 100644
--- a/www/p5-CGI-Enurl/pkg-plist
+++ b/www/p5-CGI-Enurl/pkg-plist
@@ -1,3 +1,4 @@
%%SITE_PERL%%/CGI/Enurl.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Enurl/.packlist
+%%PERL5_MAN3%%/CGI::Enurl.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Enurl
diff --git a/www/transmission-web/Makefile b/www/transmission-web/Makefile
index f1a55b34f492..55363d620351 100644
--- a/www/transmission-web/Makefile
+++ b/www/transmission-web/Makefile
@@ -17,12 +17,11 @@ PORTDOCS= *
NO_BUILD= yes
-NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC}/web -name Makefile.* -delete
do-install:
- @${MKDIR} ${DATADIR}/web
- @(cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${DATADIR}/web)
+ ${MKDIR} ${STAGEDIR}${DATADIR}/web
+ (cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/web)
.include "${MASTERDIR}/Makefile"