diff options
Diffstat (limited to 'editors/ed/Makefile')
-rw-r--r-- | editors/ed/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index afd3c0cfb2c..4491663346b 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 14:43:14 bsiegert Exp $ +# $NetBSD: Makefile,v 1.18.8.1 2017/02/24 19:22:06 bsiegert Exp $ -DISTNAME= ed-1.13 +DISTNAME= ed-1.14.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=ed/} EXTRACT_SUFX= .tar.lz @@ -10,17 +10,15 @@ HOMEPAGE= http://www.gnu.org/software/ed/ed.html COMMENT= GNU version of line-oriented text editor LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= YES - +GNU_CONFIGURE= yes INFO_FILES= yes CONFIGURE_ARGS+= --program-prefix=g INSTALL_TARGET= install install-man +TEST_TARGET= check -AUTO_MKDIRS= yes - -.include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 gnu/bin gnu/${PKGMANDIR}/man1 post-install: .for f in ed red |