diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /astro | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) | |
download | ports-ceba2112833ea325577af308d27cad5d00490059.tar.gz ports-ceba2112833ea325577af308d27cad5d00490059.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 4 | ||||
-rw-r--r-- | astro/stars/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index fdb2f8d5cac7..ed7e1cb39574 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/04/17 21:27:31 mph Exp $ +# $Id: Makefile,v 1.2 1998/07/24 12:22:47 scrappy Exp $ # DISTNAME= saoimage-1.22 @@ -17,7 +17,7 @@ ALL_TARGET= FreeBSD INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman MANL= saoimage.l -USE_X11= yes +USE_X_PREFIX= yes pre-patch: $(CP) $(WRKSRC)/makefile.sun $(WRKSRC)/makefile.$(ALL_TARGET) diff --git a/astro/stars/Makefile b/astro/stars/Makefile index fbee0bd10099..884f2f31ae62 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -3,7 +3,7 @@ # Date created: 10 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.5 1998/01/28 21:11:20 jseger Exp $ +# $Id: Makefile,v 1.6 1998/07/27 23:23:36 asami Exp $ # DISTNAME= stars-1.0-ss-10.10 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/stars-1.0/ \ MAINTAINER= jseger@FreeBSD.org -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= $(WRKDIR)/$(PKGNAME) do-build: |