diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-10-17 13:39:36 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-10-17 13:39:36 +0000 |
commit | fd63fcc98e65811599b522c3a17c1936dabbe56b (patch) | |
tree | 24530fb108619ff2ad35c173b06d2f45deb3ff17 /databases/postgresql92-pltcl | |
parent | Allow staging rubygems (which here, enforce the bindir for staged rubygem ports) (diff) |
Fix LATEST_LINK and some cleanup
Notes
Notes:
svn path=/head/; revision=330639
Diffstat (limited to 'databases/postgresql92-pltcl')
-rw-r--r-- | databases/postgresql92-pltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile index 37158db86a0f..195080eee275 100644 --- a/databases/postgresql92-pltcl/Makefile +++ b/databases/postgresql92-pltcl/Makefile @@ -4,4 +4,4 @@ WANT_PGSQL_VER= 92 NO_STAGE= yes -.include "${.CURDIR}/../postgresql90-pltcl/Makefile" +.include "${.CURDIR}/../postgresql91-pltcl/Makefile" |