diff options
Diffstat (limited to 'devel/autoconf267')
-rw-r--r-- | devel/autoconf267/Makefile | 29 | ||||
-rw-r--r-- | devel/autoconf267/distinfo | 1 | ||||
-rw-r--r-- | devel/autoconf267/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/autoconf267/files/patch-ab | 10 | ||||
-rw-r--r-- | devel/autoconf267/files/patch-ac | 17 | ||||
-rw-r--r-- | devel/autoconf267/pkg-comment | 1 | ||||
-rw-r--r-- | devel/autoconf267/pkg-descr | 7 | ||||
-rw-r--r-- | devel/autoconf267/pkg-plist | 29 |
8 files changed, 0 insertions, 117 deletions
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf267/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -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: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf267/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf267/files/patch-aa b/devel/autoconf267/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf267/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf267/files/patch-ab b/devel/autoconf267/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf267/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf267/files/patch-ac b/devel/autoconf267/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf267/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf267/pkg-comment b/devel/autoconf267/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf267/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf267/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf267/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf |