aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2005-10-04 14:45:19 +0000
committerMichael Landin <mich@FreeBSD.org>2005-10-04 14:45:19 +0000
commit8649f95ec16860778daf74b6c6ef4e8ece907e48 (patch)
tree34de56f08b39a5d53f1b524ed863f8476f730f24 /misc
parent938ebe5a7155807cbc433937571dda85efe4a782 (diff)
downloadports-8649f95ec16860778daf74b6c6ef4e8ece907e48.tar.gz
ports-8649f95ec16860778daf74b6c6ef4e8ece907e48.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/phraze/Makefile9
-rw-r--r--misc/phraze/distinfo4
-rw-r--r--misc/phraze/pkg-plist2
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/phraze/Makefile b/misc/phraze/Makefile
index df5eaace97a7..ad727d010e7f 100644
--- a/misc/phraze/Makefile
+++ b/misc/phraze/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= phraze
-PORTVERSION= 0.1
+PORTVERSION= 0.4
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://www.incava.org/pub/phraze/
MAINTAINER= mich@FreeBSD.org
COMMENT= Converts telephone number to combinations of valid words
@@ -21,11 +20,11 @@ USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|; \
- s|/usr/local/phraze|${DATADIR}|' ${WRKSRC}/phraze ${WRKSRC}/phraze.1
+ s|/usr/share/phraze|${DATADIR}|' ${WRKSRC}/phraze ${WRKSRC}/phraze.1
do-install:
${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/phraze.dict ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/wordlist.phr ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/phraze ${PREFIX}/bin/phraze
${INSTALL_MAN} ${WRKSRC}/phraze.1 ${PREFIX}/man/man1/
diff --git a/misc/phraze/distinfo b/misc/phraze/distinfo
index f324a309bbfd..96e7ee2d76eb 100644
--- a/misc/phraze/distinfo
+++ b/misc/phraze/distinfo
@@ -1,2 +1,2 @@
-MD5 (phraze-0.1.tar.gz) = 01f1d29be64d7ecd11c8ff5a0c0ce633
-SIZE (phraze-0.1.tar.gz) = 330695
+MD5 (phraze-0.4.tar.gz) = 9f2e6075b8b93d410b50d84ffea261de
+SIZE (phraze-0.4.tar.gz) = 993563
diff --git a/misc/phraze/pkg-plist b/misc/phraze/pkg-plist
index 52026528d5d1..c4968ffca23e 100644
--- a/misc/phraze/pkg-plist
+++ b/misc/phraze/pkg-plist
@@ -1,4 +1,4 @@
@comment $FreeBSD$
bin/phraze
-%%DATADIR%%/phraze.dict
+%%DATADIR%%/wordlist.phr
@dirrm %%DATADIR%%