diff options
author | hubertf <hubertf> | 1998-02-01 01:22:33 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-01 01:22:33 +0000 |
commit | 471a1b6b22382fb83a6ea6a3b3ac22cbcc27623c (patch) | |
tree | 1e98e09d8684a70c6ef1cdab9afdcb8840b9188d /devel/autoconf | |
parent | 6f679398ac40c4cfc9a1098551dbbaa1da7a897d (diff) | |
download | pkgsrc-471a1b6b22382fb83a6ea6a3b3ac22cbcc27623c.tar.gz |
portlint: remove extra empty line
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 813debe028e..c820b8d1c92 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -3,7 +3,7 @@ # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $NetBSD: Makefile,v 1.7 1998/01/25 00:40:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/02/01 01:22:33 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -22,7 +22,6 @@ 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; \ |