diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-27 18:50:58 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-27 18:50:58 +0000 |
commit | 3ca6e5e86f794f1577663a1ad564cc975bfc0519 (patch) | |
tree | 0892a37a6d68e57c92efed8707a7a37522fd5467 /x11 | |
parent | It ain't broken anymore. :-) (diff) |
Remove bad MASTER_SITES and fix some things pointed out by portlint.
Notes
Notes:
svn path=/head/; revision=8872
Diffstat (limited to 'x11')
-rw-r--r-- | x11/blast/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 275112ac6664..3368157013a0 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -3,17 +3,15 @@ # Date created: 9 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.3 1996/11/13 12:41:35 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:42:45 asami Exp $ # DISTNAME= blast-1.0-ss-9.03 PKGNAME= blast-1.0 CATEGORIES= x11 MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \ - ftp://ftp.ask.uni-karlsruhe.de/pub/hpux/X11/Demos/blast-1.0/ \ ftp://ftp.univie.ac.at/systems/hpux/hpux/X11/Demos/blast-1.0/ \ - ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/ \ - ftp://parnas.mimuw.edu.pl/hpux/X11/Demos/blast-1.0/ + ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/ MAINTAINER= searle@longacre.demon.co.uk @@ -21,10 +19,10 @@ USE_X11= yes MAN1= blast.1 pre-configure: - mv $(WRKDIR)/blast-1.0 $(WRKSRC) + ${MV} $(WRKDIR)/blast-1.0 $(WRKSRC) do-build: - cc $(WRKSRC)/blast.c -I/usr/X11R6/include -O2 -L$(PREFIX)/lib -lX11 -lXext -o $(WRKSRC)/blast + cc $(WRKSRC)/blast.c -I${X11BASE}/include -O2 -L$(PREFIX)/lib -lX11 -lXext -o $(WRKSRC)/blast do-install: $(INSTALL_PROGRAM) $(WRKSRC)/blast $(PREFIX)/bin/blast |