diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 11:16:17 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 11:16:17 +0000 |
commit | ed3263ecc784bfa743d20660de3257a1b1982241 (patch) | |
tree | 24d7f10caaff6a5640d7a9c266ba55289762bf41 /archivers/gsharutils/Makefile | |
parent | 049d5d69d62859ff1720a50417b60a2b08ae1ad4 (diff) | |
download | pkgsrc-ed3263ecc784bfa743d20660de3257a1b1982241.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches.
Diffstat (limited to 'archivers/gsharutils/Makefile')
-rw-r--r-- | archivers/gsharutils/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index aedec8e0e67..3bef7754668 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/11/18 08:03:13 salo Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/30 11:16:17 salo Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -11,12 +11,15 @@ COMMENT= Allow packing and unpacking of shell archives BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g --disable-uucode -MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -INSTALL_TARGET= install install-man -INFO_FILES= remsync.info sharutils.info +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --program-prefix=g +CONFIGURE_ARGS+= --disable-uucode + +INSTALL_TARGET= install install-man +INFO_FILES= remsync.info sharutils.info TEXINFO_OVERRIDE= YES post-patch: |