summaryrefslogtreecommitdiff
path: root/editors/easyedit/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-10-03 08:42:41 +0000
committercjep <cjep>2002-10-03 08:42:41 +0000
commit3f4d5b9f5ca02491e1964c4213c5b6f7e5d37937 (patch)
tree2bc88e59e1f504ed1afc0a4739a33cae54a1c6a9 /editors/easyedit/Makefile
parent7769cb6f18dc30db459729449a05a21241dda9d1 (diff)
downloadpkgsrc-3f4d5b9f5ca02491e1964c4213c5b6f7e5d37937.tar.gz
Use INSTALL_PROGRAM, INSTALL_MAN
Diffstat (limited to 'editors/easyedit/Makefile')
-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"