diff options
author | seb <seb> | 2004-01-02 16:03:11 +0000 |
---|---|---|
committer | seb <seb> | 2004-01-02 16:03:11 +0000 |
commit | 489ad23adc2bc48107ce4b3800e9ece2fd7278cf (patch) | |
tree | 0e6e9c755cb023af6dc5e5a0ae77adbaa6e4314e /archivers | |
parent | ac221ad08e5c5aa20ca78d7cd8aee64df41997aa (diff) | |
download | pkgsrc-489ad23adc2bc48107ce4b3800e9ece2fd7278cf.tar.gz |
Remove info files from PLIST files.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/PLIST | 3 | ||||
-rw-r--r-- | archivers/gsharutils/PLIST | 4 | ||||
-rw-r--r-- | archivers/gtar-info/PLIST | 3 | ||||
-rw-r--r-- | archivers/gzip-info/PLIST | 3 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 3 |
5 files changed, 6 insertions, 10 deletions
diff --git a/archivers/gcpio/PLIST b/archivers/gcpio/PLIST index 49d8139c759..f273a26680b 100644 --- a/archivers/gcpio/PLIST +++ b/archivers/gcpio/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/25 21:37:04 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/01/02 16:03:11 seb Exp $ bin/${GNU_PROGRAM_PREFIX}cpio -info/cpio.info man/man1/${GNU_PROGRAM_PREFIX}cpio.1 diff --git a/archivers/gsharutils/PLIST b/archivers/gsharutils/PLIST index 0de608484cd..eddf6cedd6a 100644 --- a/archivers/gsharutils/PLIST +++ b/archivers/gsharutils/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/25 21:45:16 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/01/02 16:03:11 seb Exp $ bin/${GNU_PROGRAM_PREFIX}mail-files bin/${GNU_PROGRAM_PREFIX}mailshar bin/${GNU_PROGRAM_PREFIX}remsync bin/${GNU_PROGRAM_PREFIX}shar bin/${GNU_PROGRAM_PREFIX}unshar -info/sharutils.info -info/remsync.info man/man1/${GNU_PROGRAM_PREFIX}shar.1 man/man1/${GNU_PROGRAM_PREFIX}unshar.1 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sharutils.mo diff --git a/archivers/gtar-info/PLIST b/archivers/gtar-info/PLIST index 911db94e3f6..d1416ff28e6 100644 --- a/archivers/gtar-info/PLIST +++ b/archivers/gtar-info/PLIST @@ -1,2 +1 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/25 22:01:11 seb Exp $ -info/tar.info +@comment $NetBSD: PLIST,v 1.5 2004/01/02 16:03:11 seb Exp $ diff --git a/archivers/gzip-info/PLIST b/archivers/gzip-info/PLIST index 5f8bc818d99..a923cc56416 100644 --- a/archivers/gzip-info/PLIST +++ b/archivers/gzip-info/PLIST @@ -1,2 +1 @@ -@comment $NetBSD: PLIST,v 1.3 2003/06/25 22:14:19 seb Exp $ -info/gzip.info +@comment $NetBSD: PLIST,v 1.4 2004/01/02 16:03:11 seb Exp $ diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 47334e151b8..1c7df0fcd83 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/10/09 00:07:27 fredb Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/02 16:03:11 seb Exp $ # DISTNAME= unrarsrc-3.2.3 @@ -27,6 +27,7 @@ do-install: ${PREFIX}/share/doc/unrar .include "../../mk/bsd.prefs.mk" +GCC_REQD= 3.3.1 # Don't set _LARGEFILE_SOURCE for platforms w/o ftello() and fseeko(). # |