diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /lang/scheme48/Makefile | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'lang/scheme48/Makefile')
-rw-r--r-- | lang/scheme48/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile deleted file mode 100644 index 962a95e934e4..000000000000 --- a/lang/scheme48/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: scheme48 -# Version required: 0.36 -# Date created: 2 Jan 1995 -# Whom: jmacd@uclink.berkeley.edu -# -# $Id: Makefile,v 1.4 1995/04/15 23:38:48 jmacd Exp $ -# - -DISTNAME= scheme48-0.36 -CATEGORIES+= languages -MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/ - -MAINTAINER= jmacd@FreeBSD.ORG - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -ALL_TARGET = enough -NO_WRKSUBDIR= yes -STRIP= - -.include <bsd.port.mk> |