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/pkg-plist | |
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/pkg-plist')
-rw-r--r-- | misc/gpt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
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." |