summaryrefslogtreecommitdiff
path: root/archivers/unarj
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 10:58:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 10:58:57 +0000
commit93c78d0f3d79755e3f32eca2293eaa5421926696 (patch)
tree7fead045205eedf63374dd65cf2ec6ed506600dd /archivers/unarj
parentMove blt into alphabetical order in SUBDIR list. We now have LIB_DEPENDS (diff)
Updated archivers Makefiles....
Notes
Notes: svn path=/head/; revision=1520
Diffstat (limited to 'archivers/unarj')
-rw-r--r--archivers/unarj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index 2c044eabe6fd..4fe7483fb81d 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.3 1995/04/12 04:54:03 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/16 00:23:30 asami Exp $
#
DISTNAME= unarj
@@ -14,7 +14,7 @@ DISTFILES= unarj241.tar.Z
MAINTAINER= ache@FreeBSD.ORG
-install: build
+do-install:
cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>