diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-02 02:21:46 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-02 02:21:46 +0800 |
commit | 9f660127625813ded7150f30ab3cacd4d85d01c2 (patch) | |
tree | a773ba4745550c5226d42a80c4efeff28161bb2b /devel/SpecTcl/files | |
parent | 4112c4a99ea64b4e6ac2a4da43f9296e754e6906 (diff) | |
download | freebsd-ports-gnome-9f660127625813ded7150f30ab3cacd4d85d01c2.tar.gz freebsd-ports-gnome-9f660127625813ded7150f30ab3cacd4d85d01c2.tar.zst freebsd-ports-gnome-9f660127625813ded7150f30ab3cacd4d85d01c2.zip |
make port prefix clean -> bump PORTREVISION
PR: 21081
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'devel/SpecTcl/files')
-rw-r--r-- | devel/SpecTcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/SpecTcl/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/SpecTcl/files/patch-aa b/devel/SpecTcl/files/patch-aa index da3ccd3320fc..fef668eaa196 100644 --- a/devel/SpecTcl/files/patch-aa +++ b/devel/SpecTcl/files/patch-aa @@ -5,7 +5,7 @@ # Change DIR to the directory that contains the SpecTcl source files -DIR=../SpecTcl -+DIR=/usr/local/SpecTcl/lib ++DIR=%%PREFIX%%/SpecTcl/lib # Change WISH to the pathname of your tk4.1a2 (or >) wish binary -WISH=`which wish` diff --git a/devel/SpecTcl/files/patch-ab b/devel/SpecTcl/files/patch-ab index 989a413e26ae..f9936ddf949d 100644 --- a/devel/SpecTcl/files/patch-ab +++ b/devel/SpecTcl/files/patch-ab @@ -5,7 +5,7 @@ # Change DIR to the directory that contains the SpecTcl source files -DIR=../SpecTcl -+DIR=/usr/local/SpecTcl/lib ++DIR=%%PREFIX%%/SpecTcl/lib # Change WISH to the pathname of your tk4.1a2 (or >) wish binary -WISH=`which wish` |