summaryrefslogtreecommitdiffstats
path: root/sysutils/star/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-11-08 20:40:11 +0000
committerandreas <andreas@FreeBSD.org>1999-11-08 20:40:11 +0000
commit65246daae9a5c36ff070f2004f25052899c86e34 (patch)
treeb69812012045689708fbfca501814cf18e59f1ee /sysutils/star/Makefile
parent333eb5fc2a7d049ac60643b69f5ec34769b2924d (diff)
downloadFreeBSD-ports-65246daae9a5c36ff070f2004f25052899c86e34.zip
FreeBSD-ports-65246daae9a5c36ff070f2004f25052899c86e34.tar.gz
As requested by Christian Weisgerber
Diffstat (limited to 'sysutils/star/Makefile')
-rw-r--r--sysutils/star/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/star/Makefile b/sysutils/star/Makefile
index 177d390..2e6c920 100644
--- a/sysutils/star/Makefile
+++ b/sysutils/star/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= andreas@FreeBSD.org
USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake CCOM=${CC}
MAN1= star.1
+MLINKS= star.1 ustar.1
.if ${MACHINE_ARCH} != "i386"
post-extract:
@@ -27,6 +28,7 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star \
${PREFIX}/bin
+ (cd ${PREFIX}/bin; ${LN} -f star ustar)
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
OpenPOWER on IntegriCloud