Fix the following problems noticed by maintainer:

1)  The port contains hard-coded paths and does not properly respect
        ${PREFIX}/${X11BASE}.
    2)  The port is marked broken if $DISPLAY is not set.
    3)  My email address is wrong in the MAINTAINER line.

PR:		10068
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-03-08 20:55:39 +00:00
parent c7144ec282
commit a64a2d930f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17074
3 changed files with 9 additions and 10 deletions

View File

@ -3,7 +3,7 @@
# Date created: 14 April 1998
# Whom: Donald J. Maddox <dmaddox@conterra.com>
#
# $Id: Makefile,v 1.6 1998/12/02 20:08:57 billf Exp $
# $Id: Makefile,v 1.7 1999/02/12 08:25:16 flathill Exp $
#
DISTNAME= X-Files-1.43
@ -11,20 +11,19 @@ PKGNAME= x-files-1.43
CATEGORIES= x11-fm tk80
MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/
MAINTAINER= dmaddox@scsn.net
MAINTAINER= dmaddox@conterra.com
BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
.if !defined(DISPLAY)
BROKEN= requires DISPLAY to install
.endif
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
WRKSRC= ${WRKDIR}/X-Files
NO_BUILD= yes
USE_X_PREFIX= yes
pre-install:
@wish8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
@tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
@sed s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
@mv ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
do-install:
@${MKDIR} ${PREFIX}/lib/X11/X-Files

View File

@ -5,7 +5,7 @@
+# The main file for the X-Files
+# The next line is executed by /bin/sh, but not Tcl \
+exec wish8.0 $0 ${1+"$@"}
+set xf(xf_home) "/usr/X11R6/lib/X11/X-Files/"
+set xf(xf_home) "@X11BASE@/lib/X11/X-Files/"
proc MAIN {argc argv} {
global xf xf_image env menu tk_version

View File

@ -1,3 +1,3 @@
#!/usr/local/bin/wish8.0
#!tclsh8.0
auto_mkindex $argv be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl
exit