diff options
author | krion <krion@FreeBSD.org> | 2004-04-10 06:41:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-10 06:41:37 +0800 |
commit | d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459 (patch) | |
tree | c22d2ff70ff582d038f938da469961aa59524b5b /misc/gpt/Makefile | |
parent | 9006e7d2328e5d87d21d121d5480dbb5385937e6 (diff) | |
download | freebsd-ports-graphics-d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459.tar.gz freebsd-ports-graphics-d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459.tar.zst freebsd-ports-graphics-d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459.zip |
- 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 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 \ |