summaryrefslogtreecommitdiff
path: root/gcc34/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gcc34/post-install')
-rwxr-xr-xgcc34/post-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc34/post-install b/gcc34/post-install
index 3446f0a54..2f6d3e9f9 100755
--- a/gcc34/post-install
+++ b/gcc34/post-install
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-if [ -e Pkgfile ]; then
- . Pkgfile
+if [ -e '/usr/ports/contrib/gcc34/Pkgfile' ]; then
+ . /usr/ports/contrib/gcc34/Pkgfile
else
echo 'post-install: error Pkgfile is missing.'
exit 1

Generated by cgit