diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:24:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:24:59 +0000 |
commit | 1542947318e739c3043700c5de25ccf2ac673635 (patch) | |
tree | c2eafefd7f98d10ed0686135a5ac6928135d33fe /x11/xdtm | |
parent | e2a8f57803a39549989101253eea6cbd32bf6c59 (diff) | |
download | ports-1542947318e739c3043700c5de25ccf2ac673635.tar.gz ports-1542947318e739c3043700c5de25ccf2ac673635.zip |
Notes
Diffstat (limited to 'x11/xdtm')
-rw-r--r-- | x11/xdtm/Makefile | 3 | ||||
-rw-r--r-- | x11/xdtm/files/patch-aa | 41 | ||||
-rw-r--r-- | x11/xdtm/pkg-plist | 1 |
3 files changed, 17 insertions, 28 deletions
diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile index 19c76747b613..2d22a6e89aca 100644 --- a/x11/xdtm/Makefile +++ b/x11/xdtm/Makefile @@ -3,7 +3,7 @@ # Date created: 26th April 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1998/09/15 11:13:39 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:33:00 asami Exp $ # DISTNAME= xdtm-2.5.8 @@ -17,5 +17,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes WRKSRC= ${WRKDIR}/xdtm +MAN1= xdtm.1 .include <bsd.port.mk> diff --git a/x11/xdtm/files/patch-aa b/x11/xdtm/files/patch-aa index c540d6c57c63..5f838f334e77 100644 --- a/x11/xdtm/files/patch-aa +++ b/x11/xdtm/files/patch-aa @@ -1,26 +1,15 @@ -*** Imakefile.orig Thu Dec 29 01:41:09 1994 ---- Imakefile Wed Apr 26 04:44:56 1995 -*************** -*** 240,249 **** - sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ - xdtmrc.orig > xdtmrc - sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad - - XCOMM Install the xdtm execute script file, used to prevent xterms closing - XCOMM when the inferier process dies. -! InstallProgram(xdtm.sh, $(BINDIR)) - - XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default - XCOMM application defaults. ---- 240,250 ---- - sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ - xdtmrc.orig > xdtmrc - sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad -+ mv xdtm.sh xdtm.sh.script - - XCOMM Install the xdtm execute script file, used to prevent xterms closing - XCOMM when the inferier process dies. -! InstallScript(xdtm.sh, $(BINDIR)) - - XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default - XCOMM application defaults. +--- Imakefile.orig Thu Mar 14 07:02:00 1996 ++++ Imakefile Sun Oct 4 17:56:07 1998 +@@ -241,10 +241,11 @@ + sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ + xdtmrc.orig > xdtmrc + sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad ++ cp xdtm.sh xdtm.sh.script + + XCOMM Install the xdtm execute script file, used to prevent xterms closing + XCOMM when the inferier process dies. +-InstallProgram(xdtm.sh, $(BINDIR)) ++InstallScript(xdtm.sh, $(BINDIR)) + + XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default + XCOMM application defaults. diff --git a/x11/xdtm/pkg-plist b/x11/xdtm/pkg-plist index c2faef4b1279..ecff2fde6716 100644 --- a/x11/xdtm/pkg-plist +++ b/x11/xdtm/pkg-plist @@ -53,6 +53,5 @@ lib/X11/xdtm/icons/x.icon lib/X11/xdtm/icons/xdtm.icon lib/X11/xdtm/icons/ycode.icon lib/X11/xdtm/icons/z.icon -man/man1/xdtm.1.gz @dirrm lib/X11/xdtm/icons @dirrm lib/X11/xdtm |