diff options
Diffstat (limited to 'editors/easyedit/Makefile')
-rw-r--r-- | editors/easyedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile index 3003673bb94..a74e689fa10 100644 --- a/editors/easyedit/Makefile +++ b/editors/easyedit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:34:23 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:14:05 agc Exp $ # DISTNAME= ee-1.4.5a.src PKGNAME= easyedit-1.4.5a -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ EXTRACT_SUFX= .tgz @@ -12,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mahon.cwx.net/ COMMENT= Easy to use text editor +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/easyedit ${INSTALL_MAN} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1 |