summaryrefslogtreecommitdiff
path: root/archivers/unarj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r--archivers/unarj/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index eaa2be35b76..153a5c1fc88 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/05/22 22:07:03 tv Exp $
+# $NetBSD: Makefile,v 1.8 1999/12/24 00:07:15 wiz Exp $
DISTNAME= unarj-2.43
CATEGORIES= archivers
@@ -6,8 +6,12 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.arjsoftware.com/
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj
+ ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/unarj.doc ${PREFIX}/share/doc/unarj
+ ${INSTALL_MAN} ${WRKSRC}/technote.doc ${PREFIX}/share/doc/unarj
.include "../../mk/bsd.pkg.mk"