aboutsummaryrefslogtreecommitdiff
path: root/ftp/profxp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
commiteee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch)
tree0d350fe6ad6a2fe3222d838f3c72856c78cd449f /ftp/profxp
parent3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff)
downloadports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz
ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip
Notes
Diffstat (limited to 'ftp/profxp')
-rw-r--r--ftp/profxp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile
index daa40d47938b..2ab2fa8fdf73 100644
--- a/ftp/profxp/Makefile
+++ b/ftp/profxp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= profxp
PORTVERSION= 3p2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= http://duncanthrax.net/profxp/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
@@ -25,8 +25,8 @@ post-patch1:
@${REINPLACE_CMD} -i '' '1s|^\#.*|#!${PERL}|' ${WRKSRC}/profxpv3.pl
do-install:
- @${MKDIR} ${STAGEDIR}${SITE_PERL}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${STAGEDIR}${PREFIX}/bin/profxp
- ${CP} -R ${WRKSRC}/profxp ${STAGEDIR}${SITE_PERL}
+ ${CP} -R ${WRKSRC}/profxp ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
.include <bsd.port.mk>