diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /lang | |
parent | d787371c3884a468504887cce1ee11466a1e339e (diff) | |
download | ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.tar.gz ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Notes
Notes:
svn path=/head/; revision=11552
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl/Makefile | 3 | ||||
-rw-r--r-- | lang/modula-3/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index ab2f4eb3e08c..45c154949fd3 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.4 1997/08/27 17:51:44 cracauer Exp $ +# $Id: Makefile,v 1.5 1997/10/06 08:33:05 cracauer Exp $ # # @@ -17,7 +17,6 @@ MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ MAINTAINER= cracauer@cons.org NO_WRKSUBDIR= yes -NO_CONFIGURE= yes NO_BUILD= yes MAN1= lisp.1 cmucl.1 diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 6cd633fc2b4f..47cce06b0b18 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.19 1998/04/28 22:23:10 jdp Exp $ +# $Id: Makefile,v 1.20 1998/06/06 20:31:52 jdp Exp $ # DISTNAME= modula-3-3.6 @@ -16,7 +16,6 @@ DEPENDS= ${PORTSDIR}/lang/modula-3-lib WRKSRC= ${PORTSDIR}/lang/modula-3-lib/work NO_CHECKSUM= yes -NO_CONFIGURE= yes NO_BUILD= yes MAN1= analyze_coverage.1 m3browser.1 m3build.1 \ m3bundle.1 m3pp.1 m3ship.1 m3tohtml.1 \ |