diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-26 03:09:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-26 03:09:14 +0800 |
commit | e98d0f2995f86043343f7f95fa12d204445336c8 (patch) | |
tree | 9dc37d6444f87dba17d1385b85a4cef69bf394a0 /net/cyphesis/Makefile | |
parent | 0005b722b1ad39c92abfe8ab925cd8abbf1ffef8 (diff) | |
download | freebsd-ports-gnome-e98d0f2995f86043343f7f95fa12d204445336c8.tar.gz freebsd-ports-gnome-e98d0f2995f86043343f7f95fa12d204445336c8.tar.zst freebsd-ports-gnome-e98d0f2995f86043343f7f95fa12d204445336c8.zip |
Do not hand roll PYTHON_CMD
Diffstat (limited to 'net/cyphesis/Makefile')
-rw-r--r-- | net/cyphesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 31548aac18b3..b3be928a1177 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -49,7 +49,7 @@ post-patch: ${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g ; \ s|confbackupdir = .*|confbackupdir = ${DOCSDIR}/conf|g' @${REINPLACE_CMD} -e 's|/bash|/sh|' ${WRKSRC}/scripts/extract_revision.sh - @${REINPLACE_CMD} -e '1s|python|${LOCALBASE}/bin/${PYTHON_VERSION}|' ${WRKSRC}/scripts/gen_buildid.py + @${REINPLACE_CMD} -e '1s|python|${PYTHON_CMD}|' ${WRKSRC}/scripts/gen_buildid.py @${REINPLACE_CMD} -e 's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/g; \ s/#ifndef __APPLE__/#if !defined(__APPLE__) \&\& !defined(__FreeBSD__)/g' \ ${WRKSRC}/common/system.cpp \ |