diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-09 22:41:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-09 22:41:37 +0000 |
commit | 230841f16a3310d3252c5b933820b033ebd9c889 (patch) | |
tree | 8069a89922b2f1eb140c0c0d7697a183951e2777 /misc/gpt/Makefile | |
parent | Update port: devel/pear-XML_Serializer - update to version 0.9.1. (diff) |
- 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
Diffstat (limited to 'misc/gpt/Makefile')
-rw-r--r-- | misc/gpt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 01213c55d569..f86ff6d9d096 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 \ |