diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 20:35:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 20:35:58 +0000 |
commit | 0e3d8a85a31bdfa9fcd424857f9b0682110022cd (patch) | |
tree | 8c292c97894ab8d34133cd89bcc70618a83659e5 | |
parent | - Unbreak by adding working MASTER_SITE (diff) |
- Unbreak by moving cert generation to install phase from build phase
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=225352
-rw-r--r-- | net/astmanproxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/astmanproxy/Makefile b/net/astmanproxy/Makefile index 97365a4ec147..ccce7b7e825a 100644 --- a/net/astmanproxy/Makefile +++ b/net/astmanproxy/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk USE_OPENSSL= yes USE_GMAKE= yes +ALL_TARGET= astmanproxy + post-patch: ${REINPLACE_CMD} -e 's|^CONFDIR:.*|CONFDIR := ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|^CONFDIR_REAL.*|CONFDIR_REAL := ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile |