aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unarj
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-16 08:23:30 +0800
committerasami <asami@FreeBSD.org>1995-04-16 08:23:30 +0800
commitd50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8 (patch)
treed757ccce72325132949419469850969c5c31de92 /archivers/unarj
parent08ed5ca1a327da6eddae7134cdee27cee4fce1a3 (diff)
downloadfreebsd-ports-gnome-d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8.tar.gz
freebsd-ports-gnome-d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8.tar.zst
freebsd-ports-gnome-d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8.zip
install should depend on build.
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 9b5108875890..2c044eabe6fd 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.2 1995/04/01 12:43:28 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/12 04:54:03 asami Exp $
#
DISTNAME= unarj
@@ -14,7 +14,7 @@ DISTFILES= unarj241.tar.Z
MAINTAINER= ache@FreeBSD.ORG
-install:
+install: build
cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>