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 | |
parent | 2111f7a2bd39fb337eff398ac71c2b5574f34eb5 (diff) | |
download | ports-230841f16a3310d3252c5b933820b033ebd9c889.tar.gz ports-230841f16a3310d3252c5b933820b033ebd9c889.zip |
Notes
Diffstat (limited to 'misc/gpt')
-rw-r--r-- | misc/gpt/Makefile | 3 | ||||
-rw-r--r-- | misc/gpt/pkg-plist | 2 |
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." |