aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-29 06:20:36 +0800
committermarcus <marcus@FreeBSD.org>2003-08-29 06:20:36 +0800
commitd7bb81dba2660a21eb8318ecc472df3f26791aca (patch)
treeffe4d97c08d6128b604d41ae01516a72bf058c37 /x11
parentfaccea76a5704c17ce56b883eb8f4a56ec31bbb7 (diff)
downloadfreebsd-ports-gnome-d7bb81dba2660a21eb8318ecc472df3f26791aca.tar.gz
freebsd-ports-gnome-d7bb81dba2660a21eb8318ecc472df3f26791aca.tar.zst
freebsd-ports-gnome-d7bb81dba2660a21eb8318ecc472df3f26791aca.zip
Fix manpage installation.
Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/twin/files/patch-Makefile.in (renamed from x11/twin/files/patch-Makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/twin/files/patch-Makefile b/x11/twin/files/patch-Makefile.in
index 4f128d00aeca..34515a786c96 100644
--- a/x11/twin/files/patch-Makefile
+++ b/x11/twin/files/patch-Makefile.in
@@ -16,7 +16,7 @@
- $(INSTALL-DIR) $(DESTDIR)$(libdir)/twin
- $(INSTALL-TXT) system.twinrc $(DESTDIR)$(libdir)/twin
+ $(INSTALL-DIR) $(DESTDIR)$(prefix)/man/man1
-+ $(INSTALL-TXT) twin.1 $(DESTDIR)$(prefix)/man/man1
++ $(INSTALL-TXT) docs/twin.1 $(DESTDIR)$(prefix)/man/man1
$(LN) system.twinrc $(DESTDIR)$(libdir)/twin/.twinrc
$(INSTALL-BIN) system.twenvrc.sh $(DESTDIR)$(libdir)/twin
$(LN) system.twenvrc.sh $(DESTDIR)$(libdir)/twin/.twenvrc.sh