diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-19 20:36:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-19 20:36:41 +0000 |
commit | 51c3869a15f9612c6531d5478f9e6c359a7d39cc (patch) | |
tree | 21aa69a0d0416009781bd2d6afab3effe176da8f /archivers/star/Makefile | |
parent | fea4c871bcfa72894887ca5328d756b818849759 (diff) | |
download | ports-51c3869a15f9612c6531d5478f9e6c359a7d39cc.tar.gz ports-51c3869a15f9612c6531d5478f9e6c359a7d39cc.zip |
Notes
Diffstat (limited to 'archivers/star/Makefile')
-rw-r--r-- | archivers/star/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index a79a8b7df562..ac20d0f4445f 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -3,7 +3,7 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1999/07/19 20:21:14 andreas Exp $ +# $Id: Makefile,v 1.11 1999/07/19 20:21:45 andreas Exp $ # DISTNAME= star-1.2 @@ -26,7 +26,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star \ - ${PREFIX}/bin + ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |