diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-08 20:40:11 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-08 20:40:11 +0000 |
commit | f20717243fe4453461f485f9c20128eecc60dbd4 (patch) | |
tree | e37c8aa00daa47fffe88854a9da32075d6311f43 /archivers/star | |
parent | 96fdf17c5e0abc72e73136e5a621f6fcb5a9cf4c (diff) | |
download | ports-f20717243fe4453461f485f9c20128eecc60dbd4.tar.gz ports-f20717243fe4453461f485f9c20128eecc60dbd4.zip |
Notes
Diffstat (limited to 'archivers/star')
-rw-r--r-- | archivers/star/Makefile | 2 | ||||
-rw-r--r-- | archivers/star/files/patch-ad | 22 | ||||
-rw-r--r-- | archivers/star/pkg-plist | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 177d390f269a..2e6c920a7d3f 100644 --- a/archivers/star/Makefile +++ b/archivers/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/archivers/star/files/patch-ad b/archivers/star/files/patch-ad new file mode 100644 index 000000000000..8766cc3e8b36 --- /dev/null +++ b/archivers/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/archivers/star/pkg-plist b/archivers/star/pkg-plist index e8014df9c551..5fd0d4fe5351 100644 --- a/archivers/star/pkg-plist +++ b/archivers/star/pkg-plist @@ -1 +1,2 @@ bin/star +bin/ustar |