diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-27 04:48:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-27 04:48:30 +0000 |
commit | d0cfbf5508eabcfb56ddd0c2f793415613d57527 (patch) | |
tree | e498c18b5256e2fd8fb2168c5bc190ac209bf5e5 /www | |
parent | Set PREFIX directly to ${X11BASE}, it is overwriting somehow to /usr/X386 (diff) |
Back out previous commit, Andrey confirmed it was not needed.
Notes
Notes:
svn path=/head/; revision=1795
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/Makefile | 3 | ||||
-rw-r--r-- | www/chimera2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 96a8b88d27e8..72f0557be802 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -3,13 +3,12 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1995/04/04 15:46:16 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/26 22:17:22 ache Exp $ # DISTNAME= chimera-1.65 CATEGORIES+= networking MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ -PREFIX= ${X11BASE} MAINTAINER= asami@FreeBSD.ORG diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 96a8b88d27e8..72f0557be802 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -3,13 +3,12 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1995/04/04 15:46:16 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/26 22:17:22 ache Exp $ # DISTNAME= chimera-1.65 CATEGORIES+= networking MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ -PREFIX= ${X11BASE} MAINTAINER= asami@FreeBSD.ORG |