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/gpt31 | |
parent | 9006e7d2328e5d87d21d121d5480dbb5385937e6 (diff) | |
download | freebsd-ports-gnome-d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459.tar.gz freebsd-ports-gnome-d8c9bcd8b7db12cd7a8fd65c5b40f1244e96e459.tar.zst freebsd-ports-gnome-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/gpt31')
-rw-r--r-- | misc/gpt31/Makefile | 3 | ||||
-rw-r--r-- | misc/gpt31/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index 01213c55d569..f86ff6d9d096 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/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/gpt31/pkg-plist b/misc/gpt31/pkg-plist index cb5dae9c3646..c2ab4ef87dc0 100644 --- a/misc/gpt31/pkg-plist +++ b/misc/gpt31/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." |