aboutsummaryrefslogtreecommitdiff
path: root/net/cyphesis/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-04-12 08:56:20 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-04-12 08:56:20 +0000
commit1d57c68e5760136f08158f3c61d8023ed0cccae7 (patch)
treeec698309f474554eac41e73da95a9eed03d0c205 /net/cyphesis/Makefile
parentf027ec07ba1b6e66880973f8f7cddbb33dd6b4d8 (diff)
downloadports-1d57c68e5760136f08158f3c61d8023ed0cccae7.tar.gz
ports-1d57c68e5760136f08158f3c61d8023ed0cccae7.zip
Notes
Diffstat (limited to 'net/cyphesis/Makefile')
-rw-r--r--net/cyphesis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile
index d9d9e630696e..78f152aec3f9 100644
--- a/net/cyphesis/Makefile
+++ b/net/cyphesis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyphesis
PORTVERSION= 0.5.19
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=worldforge
@@ -26,6 +27,7 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE}
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack
+USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PGSQL= yes
USE_PYTHON= yes
@@ -41,6 +43,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lpython|${PTHREAD_LIBS} &|' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g'
+ @${REINPLACE_CMD} -e 's|/bash|/sh|' ${WRKSRC}/scripts/extract_revision.sh
post-install:
.if !defined(NOPORTDOCS)