diff --git a/archivers/star-devel/Makefile b/archivers/star-devel/Makefile index 177d390f269a..2e6c920a7d3f 100644 --- a/archivers/star-devel/Makefile +++ b/archivers/star-devel/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 diff --git a/archivers/star-devel/files/patch-ad b/archivers/star-devel/files/patch-ad new file mode 100644 index 000000000000..8766cc3e8b36 --- /dev/null +++ b/archivers/star-devel/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-devel/pkg-plist b/archivers/star-devel/pkg-plist index e8014df9c551..5fd0d4fe5351 100644 --- a/archivers/star-devel/pkg-plist +++ b/archivers/star-devel/pkg-plist @@ -1 +1,2 @@ bin/star +bin/ustar 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 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 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 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