summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-06-27 03:29:04 +0000
committertv <tv@pkgsrc.org>1998-06-27 03:29:04 +0000
commit070f9f34546e0f2baa56cc426a907db1eccc6215 (patch)
tree87bc9ebf978375a127da87720aa38815e0fbfc8f /editors/pico
parent85dca59c21c319d13cc9b7420f0e5122a04e6913 (diff)
downloadpkgsrc-070f9f34546e0f2baa56cc426a907db1eccc6215.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')
-rw-r--r--editors/pico/Makefile8
-rw-r--r--editors/pico/pkg/PLIST4
2 files changed, 8 insertions, 4 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"
diff --git a/editors/pico/pkg/PLIST b/editors/pico/pkg/PLIST
index 46b39978c05..a286f785815 100644
--- a/editors/pico/pkg/PLIST
+++ b/editors/pico/pkg/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 1998/06/07 19:48:47 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/06/27 03:29:04 tv Exp $
bin/pico
+bin/pilot
lib/libpico.a
man/man1/pico.1
+man/man1/pilot.1