diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 16:48:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 16:48:43 +0800 |
commit | 9b1caa9f2790d37923426263be57a19f86fda543 (patch) | |
tree | d0702998cc46293139705f701df6001c352c4aa1 /www/neon29 | |
parent | 05b3ab45cd3e955e00ec94532a64034ed19bb284 (diff) | |
download | freebsd-ports-gnome-9b1caa9f2790d37923426263be57a19f86fda543.tar.gz freebsd-ports-gnome-9b1caa9f2790d37923426263be57a19f86fda543.tar.zst freebsd-ports-gnome-9b1caa9f2790d37923426263be57a19f86fda543.zip |
forgot to add patch file again...
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/neon29/files/patch-Makefile.in b/www/neon29/files/patch-Makefile.in new file mode 100644 index 000000000000..d2b965fc7f06 --- /dev/null +++ b/www/neon29/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sat Jun 22 17:56:55 2002 ++++ Makefile.in Thu Jan 2 16:41:37 2003 +@@ -21,7 +21,7 @@ + man1dir = $(mandir)/man1 + man3dir = $(mandir)/man3 + datadir = $(prefix)/share +-docdir = $(datadir)/doc/neon-@NEON_VERSION@ ++docdir = $(datadir)/doc/neon + includedir = @includedir@ + neonincludes = $(includedir)/neon + +@@ -115,7 +115,7 @@ + for m in $(srcdir)/doc/man/*.1; do \ + $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done + +-install: subdirs install-headers install-lib install-config install-docs ++install: subdirs install-headers install-lib install-config + + # libtool does all the necessary magic here + install-lib: src/libneon.la |