blob: 419d9b5bbb869520b1e973491b226b2e35cc1739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.8 2010/02/01 02:00:32 joerg Exp $
--- src/Imakefile.orig 1999-10-18 08:35:58.000000000 +0000
+++ src/Imakefile
@@ -7,7 +7,7 @@ ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
CC = gcc
-BINDIR = /Apps/WSoundPrefs.app
+BINDIR = ${PREFIX}/GNUstep/Apps/WSoundPrefs.app
XCOMM EFENCELIB = -lefence
EFENCELIB =
@@ -30,7 +30,7 @@ LINTLIBS = $(LINTXLIB)
SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o
-ComplexProgramTarget(WSoundPrefs)
+ComplexProgramTargetNoMan(WSoundPrefs)
InstallMultiple($(ICONS),$(BINDIR))
|