diff options
author | dd <dd@FreeBSD.org> | 2006-01-02 10:03:26 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2006-01-02 10:03:26 +0800 |
commit | e8229bf0c2a39f75fd1e11ebb16771a7025c1d2c (patch) | |
tree | a17f4bdc3fdddcc44e35de87f934830dfc7f4f73 | |
parent | c0b897bf9cb5378741ab5e4b2e34e306920e6fe1 (diff) | |
download | freebsd-ports-gnome-e8229bf0c2a39f75fd1e11ebb16771a7025c1d2c.tar.gz freebsd-ports-gnome-e8229bf0c2a39f75fd1e11ebb16771a7025c1d2c.tar.zst freebsd-ports-gnome-e8229bf0c2a39f75fd1e11ebb16771a7025c1d2c.zip |
Upgrade to 1.10.4.
Submitted by: Andy Miller
-rw-r--r-- | textproc/dict/Makefile | 4 | ||||
-rw-r--r-- | textproc/dict/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 77b2a792366b..443dcc1922c3 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dict -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.4 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -30,7 +30,7 @@ INSTALL_TARGET= install.dict MAN1= dict.1 dictl.1 post-patch: - ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1 + ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in post-install: if [ ! -f ${PREFIX}/etc/dict.conf ]; then \ diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index d17d0e2190c2..bc65b5d5465a 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1,2 +1,2 @@ -MD5 (dictd-1.10.1.tar.gz) = 08280dcfc2eed73acf0a4be4872a72d5 -SIZE (dictd-1.10.1.tar.gz) = 749233 +MD5 (dictd-1.10.4.tar.gz) = 1c0b7583e6fa25fd27fca5fca9ddb91f +SIZE (dictd-1.10.4.tar.gz) = 647901 |