diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
commit | 0d7159e7bde3ed33d6dcb456f8e432ef446180b6 (patch) | |
tree | 4445a37aeb56e09b695d2d32d03801a7413f842b /archivers | |
parent | b4bf4efa5702a3cf588f510f5adf6324af9f5d55 (diff) | |
download | pkgsrc-0d7159e7bde3ed33d6dcb456f8e432ef446180b6.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 3 | ||||
-rw-r--r-- | archivers/gsharutils/Makefile | 3 | ||||
-rw-r--r-- | archivers/gtar-info/Makefile | 3 | ||||
-rw-r--r-- | archivers/gzip-info/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 50766b9f255..7d4b5affc0e 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:21:12 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/09 10:27:40 seb Exp $ # DISTNAME= cpio-2.4.2 @@ -15,7 +15,6 @@ USE_BUILDLINK2= yes GNU_CONFIGURE= yes LIBS+= -lgnumalloc -USE_NEW_TEXINFO= yes INFO_FILES= cpio.info .include "../../mk/bsd.prefs.mk" diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index c99915cca25..3cd9fb31f4e 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:21:13 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/08/09 10:27:41 seb Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -17,7 +17,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes INSTALL_TARGET= install install-man -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= remsync.info sharutils.info diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index b8c26f42d45..063a9937848 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:21:16 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/09 10:27:41 seb Exp $ # DISTNAME= tar-1.13.25 @@ -13,7 +13,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= Info format documentation for the GNU tape archiver -USE_NEW_TEXINFO= YES INFO_FILES= tar.info USE_BUILDLINK2= yes diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index 4c9ab2bfd87..3acbe7ff6df 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:21:19 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/08/09 10:27:42 seb Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-info-1.2.4a @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= Info format documentation for the GZIP utility -USE_NEW_TEXINFO= YES INFO_FILES= gzip.info USE_BUILDLINK2= yes |