diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-05 23:28:36 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-05 23:28:36 +0000 |
commit | cf14a19af3708e1a08aa9f0b2529c6ab70c28e1f (patch) | |
tree | 3218362770912c7aa31edc558f41c78d5ac1d2e9 /editors | |
parent | a6c0c338fc5d920ee2cc83d77f9b82071c3c6dc9 (diff) | |
download | ports-cf14a19af3708e1a08aa9f0b2529c6ab70c28e1f.tar.gz ports-cf14a19af3708e1a08aa9f0b2529c6ab70c28e1f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xcoral/Makefile | 23 | ||||
-rw-r--r-- | editors/xcoral/distinfo | 2 | ||||
-rw-r--r-- | editors/xcoral/pkg-plist | 23 |
3 files changed, 15 insertions, 33 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 240fab896dd1..8c188aaa3958 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -1,29 +1,30 @@ # New ports collection makefile for: xcoral # Version required: 3.2 -# Date created: +# Date created: Mon Oct 2 16:14:41 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1997/08/11 15:04:26 erich Exp $ +# $Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp $ # -DISTNAME= xcoral-3.2 +DISTNAME= xcoral-3.14 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors MAINTAINER= erich@FreeBSD.ORG -USE_X_PREFIX= yes - -GNU_CONFIGURE= yes +USE_IMAKE= yes LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ complete-word.sc describe.sc edir.sc edt.sc example.sc \ - french.sc hack-filename.sc hanoi.sc head.sc html.sc \ - java.sc keydef-ext.sc latex-macros.sc latex.sc \ - man.dtex misc-commands.sc mode-ext.sc mode.sc mouse.sc \ - rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \ - utilities.sc version.sc window-utilities.sc xcoralrc.lf + french.sc hack-filename.sc head.sc html.sc java.sc \ + keydef-ext.sc latex-macros.sc latex.sc man.dtex \ + misc-commands.sc mode-ext.sc mode.sc mouse.sc rcs.sc \ + save.sc sun-keydef.sc title.sc top-ten.sc utilities.sc \ + version.sc window-utilities.sc xcoralrc.lf + +post-patch: + ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Imakefile do-install: @${MKDIR} ${PREFIX}/lib/xcoral/ diff --git a/editors/xcoral/distinfo b/editors/xcoral/distinfo index aea021b7c12e..1853744be106 100644 --- a/editors/xcoral/distinfo +++ b/editors/xcoral/distinfo @@ -1 +1 @@ -MD5 (xcoral-3.2.tar.gz) = 668fe3d0ef52f3677cd6cc8b52feaa2e +MD5 (xcoral-3.14.tar.gz) = a189d2cdd36f8ae9cf2b3acfc4fed5fc diff --git a/editors/xcoral/pkg-plist b/editors/xcoral/pkg-plist index be385e5cd325..19be92a7c1de 100644 --- a/editors/xcoral/pkg-plist +++ b/editors/xcoral/pkg-plist @@ -12,7 +12,6 @@ lib/xcoral/edt.sc lib/xcoral/example.sc lib/xcoral/french.sc lib/xcoral/hack-filename.sc -lib/xcoral/hanoi.sc lib/xcoral/head.sc lib/xcoral/html.sc lib/xcoral/java.sc @@ -198,25 +197,6 @@ share/doc/xcoral/HTML/node143.html share/doc/xcoral/HTML/node144.html share/doc/xcoral/HTML/node145.html share/doc/xcoral/HTML/node146.html -share/doc/xcoral/HTML/icons/blueball.gif -share/doc/xcoral/HTML/icons/greenball.gif -share/doc/xcoral/HTML/icons/orangeball.gif -share/doc/xcoral/HTML/icons/pinkball.gif -share/doc/xcoral/HTML/icons/purpleball.gif -share/doc/xcoral/HTML/icons/redball.gif -share/doc/xcoral/HTML/icons/whiteball.gif -share/doc/xcoral/HTML/icons/yellowball.gif -share/doc/xcoral/HTML/icons/contents_motif.gif -share/doc/xcoral/HTML/icons/cross_ref_motif.gif -share/doc/xcoral/HTML/icons/foot_motif.gif -share/doc/xcoral/HTML/icons/index_motif.gif -share/doc/xcoral/HTML/icons/next_motif.gif -share/doc/xcoral/HTML/icons/next_motif_gr.gif -share/doc/xcoral/HTML/icons/previous_motif.gif -share/doc/xcoral/HTML/icons/previous_motif_gr.gif -share/doc/xcoral/HTML/icons/up_motif.gif -share/doc/xcoral/HTML/icons/up_motif_gr.gif -share/doc/xcoral/HTML/icons/mybg.jpg share/doc/xcoral/HTML/node147.html share/doc/xcoral/HTML/node148.html share/doc/xcoral/HTML/node149.html @@ -476,7 +456,8 @@ share/doc/xcoral/HTML/xcoral.html share/doc/xcoral/xcoral-card.ps share/doc/xcoral/xcoral-session.gif share/doc/xcoral/README -share/doc/xcoral/xcoral-3.2.ps +share/doc/xcoral/xcoral-3.14.ps +@exec mkdir -p %D/share/doc/xcoral/HTML/icons @dirrm share/doc/xcoral/HTML/icons @dirrm share/doc/xcoral/HTML @dirrm share/doc/xcoral |