diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
commit | e3425347f26cc373e801936f82191cf071a0d696 (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /databases/postgresql74-lib | |
parent | 077fc50e4488cdfc8c40d95d95eebf0df3a2375b (diff) | |
download | pkgsrc-e3425347f26cc373e801936f82191cf071a0d696.tar.gz |
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch,
and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Diffstat (limited to 'databases/postgresql74-lib')
-rw-r--r-- | databases/postgresql74-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile index 1753b885522..f7ef71c4e15 100644 --- a/databases/postgresql74-lib/Makefile +++ b/databases/postgresql74-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/11/09 21:09:13 seb Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/28 19:19:51 jlam Exp $ PKGNAME= postgresql74-lib-${BASE_VERS} PKGREVISION= # empty @@ -34,7 +34,7 @@ PLIST_SUBST+= PG_HIER= PLIST_SUBST+= PG_HIER="@comment " .endif -post-buildlink: +post-wrapper: # # Avoid conflict between "${LOCALBASE}/include/openssl/des.h" and # "/usr/include/crypt.h" -- we want the definitions in the former. |