diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 07:17:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 07:17:26 +0800 |
commit | 49e0cc08701080ef67d18aed527c6a62070c46de (patch) | |
tree | aab06a06bfb3d584b0ac335def2bc1426164c415 /security | |
parent | 7e78920db7b6f48f6d99d15e0711e31860dbefec (diff) | |
download | freebsd-ports-gnome-49e0cc08701080ef67d18aed527c6a62070c46de.tar.gz freebsd-ports-gnome-49e0cc08701080ef67d18aed527c6a62070c46de.tar.zst freebsd-ports-gnome-49e0cc08701080ef67d18aed527c6a62070c46de.zip |
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: |