aboutsummaryrefslogtreecommitdiff
path: root/comms/scmxx/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-24 10:15:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-24 10:15:16 +0000
commit2d197967ce99e516e6fb8295f024dcb81a17c8b8 (patch)
tree9b75120b9a90d0c0cbef1ba41fbc56074fdbc957 /comms/scmxx/Makefile
parentaffde96b5a67c6881646e314aa9d4358660b63d6 (diff)
Notes
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r--comms/scmxx/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index 367e57c91dcc..57f88bf192d2 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= scmxx
-PORTVERSION= 0.6.3.8
+PORTVERSION= 0.6.4
CATEGORIES= comms
-MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ \
- http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/old/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= scmxx
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Data exchange utility for Siemens mobile phones
@@ -25,6 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_GMAKE= yes
MAN1= scmxx.1
+MANLANG= "" ru
.ifndef(NOPORTDOCS)
post-install:
@@ -32,7 +33,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
-.for file in phonebook sms.txt vCalendar.vcs vCard.vcf
+.for file in sms.txt vCalendar.vcs vCard.vcf
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
.endfor
.endif