Fix installation path if xpkgwedge is used.

pkg/13187 by John P. Darrow.
This commit is contained in:
wiz 2001-06-13 17:56:21 +00:00
parent 756957814d
commit 53de29a8ac
2 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2001/05/21 22:01:50 wiz Exp $
$NetBSD: distinfo,v 1.4 2001/06/13 17:56:21 wiz Exp $
SHA1 (xneko.tar.gz) = f1eef2fcad823dce959489f7f6aecd0bcf8155c7
Size (xneko.tar.gz) = 21111 bytes
SHA1 (patch-aa) = 33a8f180a112be42981ed5f0615f3cfd7263eeb4
SHA1 (patch-aa) = 0737a9715ec822e285ffbad17f57c2546b4ce565
SHA1 (patch-ab) = da34fcbbfdf77caa7514e9530de1615805cefc42

View file

@ -1,8 +1,8 @@
$NetBSD: patch-aa,v 1.4 1998/08/07 11:18:25 agc Exp $
$NetBSD: patch-aa,v 1.5 2001/06/13 17:56:22 wiz Exp $
--- Makefile.orig Tue Jun 1 03:46:11 1993
+++ Makefile Thu May 28 10:08:17 1998
@@ -1,8 +1,17 @@
@@ -1,8 +1,15 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= xneko
@ -13,13 +13,11 @@ $NetBSD: patch-aa,v 1.4 1998/08/07 11:18:25 agc Exp $
+
+DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
+CFLAGS+= -I${X11BASE}/include
+LDADD+= -L${X11BASE}/lib -lX11 -lm
+LDADD+= -lX11 -lm
+
+MANDIR= ${X11BASE}/man
+MANDIR= ${PREFIX}/man
+MANINSTALL= catinstall maninstall
+
+BINOWN= bin
+BINDIR= ${X11BASE}/bin
+BINMODE= 755
+BINDIR= ${PREFIX}/bin
.include <bsd.prog.mk>