summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-06-27 03:29:04 +0000
committertv <tv>1998-06-27 03:29:04 +0000
commit9aa2dc95172e469ee719de1fad03d6b357274958 (patch)
tree87bc9ebf978375a127da87720aa38815e0fbfc8f /editors/pico/Makefile
parent299ec87e644978381454bad2244ab5b7a859cf97 (diff)
downloadpkgsrc-9aa2dc95172e469ee719de1fad03d6b357274958.tar.gz
Install pilot, too - a small file browser that uses the Pico core, and is
built by the pkg already.
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 9059e6819ee..d23bdf80ce1 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/06/22 12:27:09 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/06/27 03:29:04 tv Exp $
#
DISTNAME= pine3.96
@@ -16,7 +16,9 @@ do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/pico/libpico.a ${PREFIX}/lib/libpico.a
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico
- ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/
.include "../../mk/bsd.pkg.mk"