diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /astro | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ephem/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/ephem/Makefile b/astro/ephem/Makefile index c5e916f..0ce1926 100644 --- a/astro/ephem/Makefile +++ b/astro/ephem/Makefile @@ -3,7 +3,7 @@ # Date created: 3 April 1997 # Whom: eserte # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1997/06/03 09:14:13 asami Exp $ # DISTNAME= ephem_4.28_unix @@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= eserte@cs.tu-berlin.de NO_WRKSUBDIR= yes -NO_CONFIGURE= yes ALL_TARGET= CFLAGS+= -Wno-implicit |