diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 23:17:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 23:17:26 +0000 |
commit | 6b1dd447a2737b6207315b5098d8f1cbdef76327 (patch) | |
tree | cd00ef7fa266a3c2e26a1f56524838b60a36354d /security | |
parent | Change post-patch target to pre-build to use BUILD_DEPENDS after it has (diff) |
Move post-patch target to pre-build so that gmake is used after it is
added.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 1864b6cee2ad..54515280b9b1 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.pre.mk> -post-patch: +pre-build: @cd ${WRKSRC} && ${GMAKE} clean do-build: |