aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gammu
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2010-05-14 22:48:17 +0800
committerbsam <bsam@FreeBSD.org>2010-05-14 22:48:17 +0800
commit96903ab408756b078e74fc5eeff019cff675970f (patch)
tree511b04fa87b479887f760e4b544bcd5185fb4329 /comms/gammu
parentb4ef7e463a7cd5531d2bad1d0e614c4f5861b494 (diff)
downloadfreebsd-ports-gnome-96903ab408756b078e74fc5eeff019cff675970f.tar.gz
freebsd-ports-gnome-96903ab408756b078e74fc5eeff019cff675970f.tar.zst
freebsd-ports-gnome-96903ab408756b078e74fc5eeff019cff675970f.zip
Return bsd.port.pre[post].mk back for the sake of OSVERSION.
Diffstat (limited to 'comms/gammu')
-rw-r--r--comms/gammu/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 06fff8ab7d76..952cbacf05e6 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -7,12 +7,13 @@
PORTNAME= gammu
PORTVERSION= 1.27.0
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://dl.cihar.com/gammu/releases/ \
http://dl.cihar.com.nyud.net/gammu/releases/
MAINTAINER= bsam@FreeBSD.org
-COMMENT= GNU All Mobile Management Utilities
+COMMENT= GNU All Mobile Management Utilities.
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
@@ -41,10 +42,12 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
gammu-smsd-dbi.7 gammu-smsd-tables.7
.endif
+.include <bsd.port.pre.mk>
+
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.if ${OSVERSION} < 700042
@${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>