diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-12-02 11:49:44 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-12-02 11:49:44 +0000 |
commit | 80e6a3bc0e92ab8223606fa86c7d322bf831c9e6 (patch) | |
tree | 312e6cded6d24ef8a68db5462f8fc474eed5eb82 /multimedia/nxtvepg/files/patch-Makefile.bsd | |
parent | - Document the SGI Image File heap overflow vulnerability in ImageMagick (diff) |
Make fully "X11BASE-clean".
Diffstat (limited to 'multimedia/nxtvepg/files/patch-Makefile.bsd')
-rw-r--r-- | multimedia/nxtvepg/files/patch-Makefile.bsd | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/multimedia/nxtvepg/files/patch-Makefile.bsd b/multimedia/nxtvepg/files/patch-Makefile.bsd index 73d6515c516e..da5df9b00235 100644 --- a/multimedia/nxtvepg/files/patch-Makefile.bsd +++ b/multimedia/nxtvepg/files/patch-Makefile.bsd @@ -1,10 +1,35 @@ ---- Makefile.bsd.orig Fri Jul 30 16:35:54 2004 -+++ Makefile.bsd Fri Jul 30 16:36:04 2004 -@@ -127,6 +127,7 @@ +--- Makefile.bsd.orig Tue Mar 29 18:49:22 2005 ++++ Makefile.bsd Sat Dec 2 12:45:13 2006 +@@ -69,12 +69,11 @@ + ECHO ?= @echo + + # Paths +-ROOT = + exec_prefix = ${prefix} +-bindir = $(ROOT)${exec_prefix}/bin +-mandir = $(ROOT)${prefix}/man/man1 ++bindir = ${exec_prefix}/bin ++mandir = ${prefix}/man/man1 + ifeq ($(OS), FreeBSD) +-resdir = $(ROOT)/usr/X11R6/lib/X11 ++resdir = ${X11BASE}/lib/X11 + else + resdir = $(LOCALBASE)/lib/X11 + endif +@@ -117,7 +116,7 @@ + + ifndef USER_DBDIR + DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\" +-INST_DB_DIR = $(ROOT)$(SYS_DBDIR) ++INST_DB_DIR = $(SYS_DBDIR) + INST_DB_PERM = 0777 + endif + +@@ -127,6 +126,7 @@ CFLAGS ?= $(OPTFLAGS) CFLAGS += $(WARN) $(INCS) $(DEFS) #LDLIBS += -pg +BUILD_DIR= ${WRKSRC} - all :: printconfig + all :: printconfig |