PKGMANDIR
This commit is contained in:
parent
ff9a3fc673
commit
aecc0a8a41
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/11/15 04:00:50 dhowland Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/02/03 17:42:49 tnn2 Exp $
|
||||
|
||||
SHA1 (glu-2.1.tar.gz) = 2f592f34e59e63b45b6dda41ee2f2a2f49923047
|
||||
RMD160 (glu-2.1.tar.gz) = 890a84986cebc601c9fb75bf45de85038020242e
|
||||
|
@ -6,3 +6,4 @@ Size (glu-2.1.tar.gz) = 1149097 bytes
|
|||
SHA1 (vis-2.1.tar.gz) = 43239c636cdd067c5255cd5db256cc74cf19e2fa
|
||||
RMD160 (vis-2.1.tar.gz) = 0e4b924eab061a4285b96752307047fc9c3b1c9f
|
||||
Size (vis-2.1.tar.gz) = 2203893 bytes
|
||||
SHA1 (patch-aa) = ef5afab97e66c7142575b7a1135dee5da4f99b53
|
||||
|
|
13
vis/patches/patch-aa
Normal file
13
vis/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1 2008/02/03 17:42:50 tnn2 Exp $
|
||||
|
||||
--- Makefile.in.orig 2005-05-18 23:15:52.000000000 +0200
|
||||
+++ Makefile.in
|
||||
@@ -220,7 +220,7 @@ includedir = $(prefix)/include
|
||||
datadir = $(prefix)/share/vis
|
||||
|
||||
# Directory for the man page
|
||||
-mandir = $(prefix)/man/man1
|
||||
+mandir = @mandir@/man1
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# The following are set by the configure script
|
Loading…
Reference in a new issue