summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-11-08 20:40:11 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-11-08 20:40:11 +0000
commitf20717243fe4453461f485f9c20128eecc60dbd4 (patch)
treee37c8aa00daa47fffe88854a9da32075d6311f43 /sysutils
parentUpdated MASTER_SITES and added another one to make this port (diff)
As requested by Christian Weisgerber
Notes
Notes: svn path=/head/; revision=22973
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/star/Makefile2
-rw-r--r--sysutils/star/files/patch-ad22
-rw-r--r--sysutils/star/pkg-plist1
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/star/Makefile b/sysutils/star/Makefile
index 177d390f269a..2e6c920a7d3f 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>
diff --git a/sysutils/star/files/patch-ad b/sysutils/star/files/patch-ad
new file mode 100644
index 000000000000..8766cc3e8b36
--- /dev/null
+++ b/sysutils/star/files/patch-ad
@@ -0,0 +1,22 @@
+--- star/star.1.orig Tue Jun 23 02:41:37 1998
++++ star/star.1 Sat Oct 30 15:01:35 1999
+@@ -15,10 +15,18 @@
+ .if n .ds s sz
+ .TH STAR 1 "Release 1.1" "J\*org Schilling" "Schily\'s USER COMMANDS"
+ .SH NAME
+-star \- unique standard tape archiver
++star, ustar \- unique standard tape archiver
+ .SH SYNOPSIS
+ .B
+ star
++.I command
++[
++.I options
++]
++.I file1 .\|.\|. filen
++.br
++.B
++ustar
+ .I command
+ [
+ .I options
diff --git a/sysutils/star/pkg-plist b/sysutils/star/pkg-plist
index e8014df9c551..5fd0d4fe5351 100644
--- a/sysutils/star/pkg-plist
+++ b/sysutils/star/pkg-plist
@@ -1 +1,2 @@
bin/star
+bin/ustar