1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

* Fix broken symlinks

PR:		220081
Reported by:	<metaf2xml@users.sourceforge.net>
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11409
This commit is contained in:
Richard Gallamore 2017-06-29 19:22:05 +00:00
parent 8eb7a78bb1
commit 717c21d94b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444683

View File

@ -3,6 +3,7 @@
PORTNAME= metaf2xml
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= science perl5
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@ -40,8 +41,8 @@ APACHE_MAKE_ARGS= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes
APACHE_USE= APACHE_RUN=22+
post-patch:
${REINPLACE_CMD} 's|%%METAF2XML_XSL%%|../../${DATADIR_REL}| ; \
s|%%METAF2XML_BIN%%|../${WWWDIR_REL}/cgi-bin|' \
${REINPLACE_CMD} 's|%%METAF2XML_XSL%%|../../../${DATADIR_REL}| ; \
s|%%METAF2XML_BIN%%|../../../bin|' \
${WRKSRC}/install.pl
.include <bsd.port.mk>