summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>1998-06-27 03:29:04 +0000
committertv <tv>1998-06-27 03:29:04 +0000
commitcd2c974d7f65e3d356dd4332183ee2ee682bd714 (patch)
tree87bc9ebf978375a127da87720aa38815e0fbfc8f /editors
parente27838856001c828551c3ae16aa04b39a9476f94 (diff)
downloadpkgsrc-cd2c974d7f65e3d356dd4332183ee2ee682bd714.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')
-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