1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix typo (missing /).

Bump PORTREVISION.
This commit is contained in:
Sergey A. Osokin 2014-10-10 21:41:42 +00:00
parent d31ecc2f23
commit c6de41a768
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370608

View File

@ -3,7 +3,7 @@
PORTNAME= passenger
PORTVERSION= 4.0.53
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
@ -123,7 +123,7 @@ post-install:
${COPYTREE_SHARE} buildout ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/agents/*
.if ${PORT_OPTIONS:MSYMLINK}
${LN} -s ${PREFIX}${GEM_LIB_DIR} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}
${LN} -s ${PREFIX}/${GEM_LIB_DIR} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}
.endif
.include <bsd.port.mk>