aboutsummaryrefslogtreecommitdiff
path: root/misc/smssend/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-23 07:46:34 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-23 07:46:34 +0000
commit58a05a1a31be2a037f5de10f6c27b7f72682e673 (patch)
tree2fad101ccfd857ab1243ad0be35f1673227f3e5e /misc/smssend/Makefile
parentc62225cc7768a74563f71b3144e1668e9b0b2294 (diff)
downloadports-58a05a1a31be2a037f5de10f6c27b7f72682e673.tar.gz
ports-58a05a1a31be2a037f5de10f6c27b7f72682e673.zip
Upgrade to 2.3
PR: 24539 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=37470
Diffstat (limited to 'misc/smssend/Makefile')
-rw-r--r--misc/smssend/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile
index 15edc0ae8131..c41b30626a57 100644
--- a/misc/smssend/Makefile
+++ b/misc/smssend/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smssend
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= misc
MASTER_SITES= http://zekiller.skytech.org/fichiers/smssend/
@@ -21,5 +21,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
post-install:
strip ${PREFIX}/bin/smssend
+ ${INSTALL_DATA} ${FILESDIR}/*.sms ${PREFIX}/share/smssend
.include <bsd.port.mk>