svn commit: r330499 - head/dns/inadyn-mt
William Grzybowski
wg at FreeBSD.org
Wed Oct 16 12:16:15 UTC 2013
Author: wg
Date: Wed Oct 16 12:16:14 2013
New Revision: 330499
URL: http://svnweb.freebsd.org/changeset/ports/330499
Log:
dns/inadyn-mt: fix wrong install path
- Fix wrong install path
PR: ports/183014
Modified:
head/dns/inadyn-mt/Makefile
Modified: head/dns/inadyn-mt/Makefile
==============================================================================
--- head/dns/inadyn-mt/Makefile Wed Oct 16 11:27:24 2013 (r330498)
+++ head/dns/inadyn-mt/Makefile Wed Oct 16 12:16:14 2013 (r330499)
@@ -17,7 +17,7 @@ USE_RC_SUBR= inadyn-mt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-sound
-CONFIGURE_ENV+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc"
+MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc"
PORTDOCS= readme.html AUTHORS README
PORTEXAMPLES= *
More information about the svn-ports-all
mailing list