summaryrefslogtreecommitdiff
path: root/misc/gpt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-09 22:41:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-09 22:41:37 +0000
commit230841f16a3310d3252c5b933820b033ebd9c889 (patch)
tree8069a89922b2f1eb140c0c0d7697a183951e2777 /misc/gpt
parentUpdate 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
Notes
Notes: svn path=/head/; revision=106618
Diffstat (limited to 'misc/gpt')
-rw-r--r--misc/gpt/Makefile3
-rw-r--r--misc/gpt/pkg-plist2
2 files changed, 3 insertions, 2 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 \
diff --git a/misc/gpt/pkg-plist b/misc/gpt/pkg-plist
index cb5dae9c3646..c2ab4ef87dc0 100644
--- a/misc/gpt/pkg-plist
+++ b/misc/gpt/pkg-plist
@@ -132,5 +132,5 @@ share/gpt_amdir
@dirrm share/gpt/aclocal
@dirrm share/gpt/amdir
@dirrm share/gpt
-@exec PATH=%%LOCALBASE%%/bin:${PATH} %D/sbin/gpt-config -probe -perl=%%PERL%%
+@exec PATH=%%LOCALBASE%%/bin:${PATH} GPT_LOCATION=%D %D/sbin/gpt-config -probe -perl=%%PERL%%
@unexec echo "Configuration information saved. If you will *NOT* use this package" && echo "anymore, please remove /var/db/gpt and its contents manually."