summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorseb <seb>2001-10-29 12:30:06 +0000
committerseb <seb>2001-10-29 12:30:06 +0000
commit037d03d71160c89c2e62fa4d3bd09557dd5beb83 (patch)
tree02feac79537aeb0cbda5f44592971836b52c85ae /textproc/gsed/Makefile
parenta8b081b5b2babf88eee328d5e15011eacd082659 (diff)
downloadpkgsrc-037d03d71160c89c2e62fa4d3bd09557dd5beb83.tar.gz
To avoid build dependencies on auto* tools a patch on configure script
(manually regenerated from patched configure.in) is added, AUTOMAKE_OVERRIDE is also defined hence custom pre-configure target is removed. To avoid useless makeinfo run sed.info, version.texi and stamp-vti are added to AUTOMAKE_PATTERNS (this also fix a hidden and forgotten build dependency on ../../devel/gtexinfo). While here my email address as maintainer is updated.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 4f1ca36af0c..bd44e7bf6c0 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/09/28 02:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/29 12:30:06 seb Exp $
#
DISTNAME= sed-3.02
@@ -6,21 +6,14 @@ PKGNAME= g${DISTNAME}
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
-MAINTAINER= seb@pbox.org
+MAINTAINER= seb@netbsd.org
HOMEPAGE= http://www.gnu.org/software/sed/sed.html
COMMENT= GNU version of sed
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-
GNU_CONFIGURE= YES
+AUTOMAKE_OVERRIDE= YES
CONFIGURE_ARGS= --program-prefix=g
INFO_FILES= sed.info
-
-pre-configure:
- cd ${WRKSRC} && \
- ${LOCALBASE}/bin/aclocal && \
- ${LOCALBASE}/bin/autoreconf && \
- ${LOCALBASE}/bin/automake -i
+AUTOMAKE_PATTERNS+= sed.info version.texi stamp-vti
.include "../../mk/bsd.pkg.mk"