summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-12-30 21:04:25 +0000
committersnj <snj@pkgsrc.org>2004-12-30 21:04:25 +0000
commit28e76d428a0ead832cf11efa5c15ba0ef1da5720 (patch)
treeb27af1bc4a34c10d4c80b87bdfec207580a2f113 /print/gv/Makefile
parent327a4f7ef4919e5d351611559cfe16f25e9747c1 (diff)
downloadpkgsrc-28e76d428a0ead832cf11efa5c15ba0ef1da5720.tar.gz
Update to 3.6.1, based on a patch sent by "pancake" in PR pkg/28816. While
here, do some sorting and take maintainership. Changes: * configure.ac: Change reference source file on AC_INIT * src/gv_message.h (displayed\n\): Fixed a typo on the help message. * src/gv_misc_res.dat: Changed the Reopen label to Reload for the File menu. * src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Fix GV.gsCmdConvPDF in order to work. * src/main.c (main): Process GNU arguments after X initialization * configure.ac: Changed the scratch dir from ~/ to /tmp/
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r--print/gv/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 5ac40b7ebfa..3b7c995e885 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.46 2004/12/08 03:51:54 minskim Exp $
+# $NetBSD: Makefile,v 1.47 2004/12/30 21:04:25 snj Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
-#
-DISTNAME= gv-3.6.0
+DISTNAME= gv-3.6.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gv/
COMMENT= PostScript and PDF previewer
+GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= yes
-GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/gv
USE_MAKEINFO= yes
TEXINFO_REQD= 4.2
@@ -22,12 +20,6 @@ INFO_FILES= gv.info
XAW_TYPE= 3d
-SUBST_CLASSES+= sh
-SUBST_STAGE.sh= post-patch
-SUBST_FILES.sh= configure
-SUBST_SED.sh= -e "s|==|=|g"
-SUBST_MESSAGE.sh= "Fixing configure script."
-
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"