summaryrefslogtreecommitdiff
path: root/editors/easyedit
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-10-03 08:42:41 +0000
committercjep <cjep@pkgsrc.org>2002-10-03 08:42:41 +0000
commit4a2b99c748cbdda9bfaf0c1c29490afa46dbbb09 (patch)
tree2bc88e59e1f504ed1afc0a4739a33cae54a1c6a9 /editors/easyedit
parent3fa7df676ac071b0fcef825f36ad2251fc3a6ade (diff)
downloadpkgsrc-4a2b99c748cbdda9bfaf0c1c29490afa46dbbb09.tar.gz
Use INSTALL_PROGRAM, INSTALL_MAN
Diffstat (limited to 'editors/easyedit')
-rw-r--r--editors/easyedit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
index f8611a31f0a..3523dd2a8c3 100644
--- a/editors/easyedit/Makefile
+++ b/editors/easyedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:02:22 cjep Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/03 08:42:41 cjep Exp $
#
DISTNAME= ee-1.4.5a.src
@@ -14,7 +14,7 @@ COMMENT= Easy to use text editor
WRKSRC= ${WRKDIR}/${PKGNAME}
do-install:
- ${CP} ${WRKSRC}/ee ${PREFIX}/bin/easyedit
- ${CP} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/easyedit
+ ${INSTALL_MAN} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1
.include "../../mk/bsd.pkg.mk"