diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 04:35:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 04:35:58 +0800 |
commit | d1fba699e61b758e98ba87c4777778f6ebb588ba (patch) | |
tree | a174ef25ab36bb54e00d3b945cb0eaea30346f33 /net | |
parent | 4ca0a0773bcebc48c5a2b2329bd219fb335ddeba (diff) | |
download | freebsd-ports-gnome-d1fba699e61b758e98ba87c4777778f6ebb588ba.tar.gz freebsd-ports-gnome-d1fba699e61b758e98ba87c4777778f6ebb588ba.tar.zst freebsd-ports-gnome-d1fba699e61b758e98ba87c4777778f6ebb588ba.zip |
- Unbreak by moving cert generation to install phase from build phase
Reported by: pointyhat
Diffstat (limited to 'net')
-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 |