summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-08-10 23:22:02 +0000
committerrh <rh@pkgsrc.org>2002-08-10 23:22:02 +0000
commitcceb2be7a93028d77c09165f5724e99c9aef29a8 (patch)
tree0ebc0bc927472b701f5c3adc646a9cd0bcbc924e /devel/gtexinfo/Makefile
parent8e65f3b9770bcdb950b700f3479473a7b6b46e15 (diff)
downloadpkgsrc-cceb2be7a93028d77c09165f5724e99c9aef29a8.tar.gz
Make sure proper prototypes are used for xmalloc() and the like so the
package actually works on PPC and other architectures where this matters. Bump PKGREVISION. This closes PR pkg/17377 by Andrew Cagney <cagney@mac.com>
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r--devel/gtexinfo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index 42f08b266cd..92c53b8534b 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2002/04/04 11:10:21 seb Exp $
+# $NetBSD: Makefile,v 1.28 2002/08/10 23:22:02 rh Exp $
#
DISTNAME= texinfo-4.0
-PKGNAME= gtexinfo-4.0
+PKGNAME= g${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}