From d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459 Mon Sep 17 00:00:00 2001 From: krion Date: Fri, 9 Apr 2004 22:41:37 +0000 Subject: - Fix the package when GPT_LOCATION is not set during install - Remove bogus quotes from COMMENT - Bump PORTREVISION PR: ports/65380 Submitted by: maintainer Reported by: bento via kris --- misc/gpt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/gpt/Makefile') diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 01213c55d56..f86ff6d9d09 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -7,12 +7,13 @@ PORTNAME= gpt PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= brooks@FreeBSD.org -COMMENT= "Grid Packaging Tools (used to install Globus)" +COMMENT= Grid Packaging Tools (used to install Globus) RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ -- cgit