aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2010-05-14 14:48:17 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2010-05-14 14:48:17 +0000
commit347dd491e5b838df25bc4b0cb4a02357bfdf79ad (patch)
tree4d913de2ab65dcb9bb5e4030d3f8219cd26ceb3d /comms/gammu
parent6029bae610e63a0f9160a228f845eeb89861e0ae (diff)
downloadports-347dd491e5b838df25bc4b0cb4a02357bfdf79ad.tar.gz
ports-347dd491e5b838df25bc4b0cb4a02357bfdf79ad.zip
Notes
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>