From ec9cf4482900b784c8d93ba8bff15d5094e74580 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 16 Apr 2006 08:19:58 +0000 Subject: - Fix plist on gcc 2 (IE. FreeBSD 4) systems. - Bump PORTREVISION. Reported by: pointyhat via kris --- graphics/ivtools/Makefile | 11 ++++++++++- graphics/ivtools/pkg-plist | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index ed7d800363d..0ad8c86ff02 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ivtools PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,4 +31,12 @@ MAKE_ARGS= ARCH=FREEBSD MANCOMPRESSED= no MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 -.include +.include + +.if ${OSVERSION} > 500034 +PLIST_SUB+= IVDL="@comment " +.else +PLIST_SUB+= IVDL="" +.endif + +.include diff --git a/graphics/ivtools/pkg-plist b/graphics/ivtools/pkg-plist index a6758ea37ac..72e9a3671ce 100644 --- a/graphics/ivtools/pkg-plist +++ b/graphics/ivtools/pkg-plist @@ -5,6 +5,7 @@ bin/drawtool bin/flipbook bin/graphdraw bin/iclass +%%IVDL%%bin/ivdl bin/idraw bin/ivgetjpg bin/ivtext -- cgit