diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-05-03 01:13:00 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-05-03 01:13:00 +0000 |
commit | e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b (patch) | |
tree | 4acd4b6a43e210047e51b7330ce06185b1d92981 /comms/gnokii/files/patch-Makefile.global.in | |
parent | dfe74543ca3758251908a0d614457c32fe83673e (diff) | |
download | ports-e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b.tar.gz ports-e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b.zip |
Updates this abandoned port to a usable version (0.3.3 pre22) that:
- works with a lot more phones
- has many more features
- has a nice (optional) GUI
Change MAINTAINER to anders@fix.no, with approval from previous MAINTAINER.
PR: 27045
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=42184
Diffstat (limited to 'comms/gnokii/files/patch-Makefile.global.in')
-rw-r--r-- | comms/gnokii/files/patch-Makefile.global.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/gnokii/files/patch-Makefile.global.in b/comms/gnokii/files/patch-Makefile.global.in new file mode 100644 index 000000000000..132bd593b3c5 --- /dev/null +++ b/comms/gnokii/files/patch-Makefile.global.in @@ -0,0 +1,11 @@ +--- Makefile.global.in.orig Tue May 1 21:42:36 2001 ++++ Makefile.global.in Tue May 1 21:42:46 2001 +@@ -27,7 +27,7 @@ + libdir = @libdir@/${PACKAGE} + xgnokii_libdir = @XGNOKIIDIR@/@XPACKAGE@ + mandir = @mandir@/man1/ +-docdir = ${prefix}/doc/${PACKAGE} ++docdir = ${prefix}/share/doc/${PACKAGE} + locdir = @datadir@/locale + + BIN_MODE = 0755 |