svn commit: r315711 - head/sysutils/createrepo
Pietro Cerutti
gahr at FreeBSD.org
Wed Apr 3 15:51:31 UTC 2013
Author: gahr
Date: Wed Apr 3 15:51:30 2013
New Revision: 315711
URL: http://svnweb.freebsd.org/changeset/ports/315711
Log:
- Respect PREFIX
Approved by: portmgr
Modified:
head/sysutils/createrepo/Makefile
Modified: head/sysutils/createrepo/Makefile
==============================================================================
--- head/sysutils/createrepo/Makefile Wed Apr 3 15:42:37 2013 (r315710)
+++ head/sysutils/createrepo/Makefile Wed Apr 3 15:51:30 2013 (r315711)
@@ -42,5 +42,7 @@ post-patch:
${WRKSRC}/createrepo/merge.py
${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' -e 's|$$(datadir)/$$(PKGNAME)|${DATADIR}|' \
${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e '/^PYSYSDIR/s|:= \(.*\)|= ${PREFIX}|' \
+ ${WRKSRC}/createrepo/Makefile
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list