aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/groff
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2004-02-16 20:37:01 +0800
committerokazaki <okazaki@FreeBSD.org>2004-02-16 20:37:01 +0800
commit5c1e00c4fd27e49758eceb485977196660c697f8 (patch)
treece6e37523ebb07e313740b47a3940503953765b5 /japanese/groff
parentcea728bd4daaa9974ec6f3ca5f79af5ff3a36891 (diff)
downloadfreebsd-ports-gnome-5c1e00c4fd27e49758eceb485977196660c697f8.tar.gz
freebsd-ports-gnome-5c1e00c4fd27e49758eceb485977196660c697f8.tar.zst
freebsd-ports-gnome-5c1e00c4fd27e49758eceb485977196660c697f8.zip
Fix the bug of a make rule in the install-links target that installs
invalid symbolic links into ${PREFIX}/bin. Bump up PORTREVISION. Submitted by: taku-san and otsune-san
Diffstat (limited to 'japanese/groff')
-rw-r--r--japanese/groff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile
index 515f1fbd7f11..81f6e4438ba2 100644
--- a/japanese/groff/Makefile
+++ b/japanese/groff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= groff
PORTVERSION= 1.18.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,okazaki/&,} \
${MASTER_SITE_DEBIAN:S,$,:debian,}
@@ -142,7 +142,7 @@ install-info:
install-links:
.for F in eqn neqn pic tbl
- ${LN} -sf ${FILE} ${PREFIX}/bin/g${F}
+ ${LN} -sf ${F} ${PREFIX}/bin/g${F}
.endfor
.include <bsd.port.post.mk>