diff options
author | cy <cy@FreeBSD.org> | 2013-11-21 09:35:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2013-11-21 09:35:36 +0800 |
commit | d7afec2a7256ef0472dab99e9032c921fcb64cc2 (patch) | |
tree | 0e7e41af5391165f3ef594c9775441039a41ca37 /x11-toolkits/xview | |
parent | 017b82a9d293227b33625d621add72de01321603 (diff) | |
download | freebsd-ports-gnome-d7afec2a7256ef0472dab99e9032c921fcb64cc2.tar.gz freebsd-ports-gnome-d7afec2a7256ef0472dab99e9032c921fcb64cc2.tar.zst freebsd-ports-gnome-d7afec2a7256ef0472dab99e9032c921fcb64cc2.zip |
Address conflict with x11/xloadimage
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/xview/files/patch-Imakefile | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 79266c5ef8b4..3538c572aef7 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -3,6 +3,7 @@ PORTNAME= xview PORTVERSION= 3.2.1.4.19c +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.physionet.org/physiotools/xview/src/ \ http://komquats.com/distfiles/ \ @@ -29,7 +30,7 @@ ALL_TARGET= World SUB_FILES= pkg-message CFLAGS+= -Wno-return-type -MAN1= xview.1 +MAN1= XView.1 X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \ lib/libxview/misc/gettext.h lib/libxview/textsw/txt_e_menu.c @@ -41,6 +42,9 @@ NO_STAGE= yes CFLAGS+= -DCOMPAT_43TTY .endif +post-extract: + @${MV} ${WRKSRC}/xview.man ${WRKSRC}.XView.man + pre-configure: @${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \ ${WRKSRC}/config/XView.cf diff --git a/x11-toolkits/xview/files/patch-Imakefile b/x11-toolkits/xview/files/patch-Imakefile index 8ff39c55f7b5..1183351fd1d3 100644 --- a/x11-toolkits/xview/files/patch-Imakefile +++ b/x11-toolkits/xview/files/patch-Imakefile @@ -1,5 +1,5 @@ --- Imakefile.orig 2005-03-28 06:41:59.000000000 -0800 -+++ Imakefile 2012-02-02 13:40:06.681898858 -0800 ++++ Imakefile 2013-11-20 16:44:43.964144452 -0800 @@ -10,8 +10,8 @@ XCOMM # Top level Imakefile for ProductNameAndRelease XCOMM # @(#)Imakefile 1.7 1/7/92 SMI @@ -28,6 +28,15 @@ XCOMM # even if these SUBDIRS are not included in the general rules, be sure to XCOMM # do a make clean in them. CLEAN_SUBDIRS = clients contrib doc fonts bitmaps images lib misc util config +@@ -52,7 +60,7 @@ + $(MKDIRHIER) $(DESTDIR)$(XVDESTDIR) + #endif + +-InstallManPage(xview,$(MANDIR)) ++InstallManPage(XView,$(MANDIR)) + + World:: + @echo "" @@ -65,11 +73,11 @@ @echo "" @date |