aboutsummaryrefslogtreecommitdiff
path: root/archivers/arc/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-06-14 23:33:25 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-06-14 23:33:25 +0000
commitc873c90a0ac6e1bf2cba0d8ce4a77445ff561a7b (patch)
tree60db518e9b4d848174eef3ce24b8a92440521ee6 /archivers/arc/Makefile
parentf762860bf60ed818e876a6219496aeda5f619da1 (diff)
downloadports-c873c90a0ac6e1bf2cba0d8ce4a77445ff561a7b.tar.gz
ports-c873c90a0ac6e1bf2cba0d8ce4a77445ff561a7b.zip
Notes
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r--archivers/arc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile
index 740382d7dcaf..739e3bca5665 100644
--- a/archivers/arc/Makefile
+++ b/archivers/arc/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.6 1997/07/21 00:48:26 fenner Exp $
+# $Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp $
#
DISTNAME= arc521e.pl8
@@ -17,4 +17,10 @@ MAINTAINER= ache@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAN1= arc.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/man/man1
+ ${MKDIR} ${PREFIX}/share/doc/arc
+ ${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${PREFIX}/share/doc/arc
+
.include <bsd.port.mk>