openbsd-ports/textproc/urlview/patches/patch-Makefile_in
naddy 3138c7124f Initial import of urlview 0.9
based on a submission by seb@gosh.todesplanet.de

urlview is a curses program for extracting URLs from text files and
displaying a menu from which you can select a specific URL to view using
your favorite browser program.
2000-08-13 00:06:21 +00:00

13 lines
421 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2000/08/13 00:06:21 naddy Exp $
--- Makefile.in.orig Tue Jul 4 12:16:37 2000
+++ Makefile.in Sat Aug 12 02:35:58 2000
@@ -318,7 +318,7 @@ maintainer-clean-generic clean mostlycle
install-data-local:
- $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
+ $(INSTALL_DATA) urlview.man $(DESTDIR)$(mandir)/man1/urlview.1
# how to create a target for uninstall-data-local???