summaryrefslogtreecommitdiff
path: root/devel/autoconf262/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /devel/autoconf262/Makefile
parentInstall sudoers in correct place. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes: svn path=/head/; revision=23787 svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'devel/autoconf262/Makefile')
-rw-r--r--devel/autoconf262/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
deleted file mode 100644
index 82c266256375..000000000000
--- a/devel/autoconf262/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: autoconf
-# Version required: 2.13
-# Date created: 7 October 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= autoconf-2.13
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= autoconf
-
-MAINTAINER= torstenb@FreeBSD.org
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-
-post-install:
- @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
- @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>