svn commit: r331918 - head/databases/sqlrelay
Pawel Pekala
pawel at FreeBSD.org
Tue Oct 29 01:11:26 UTC 2013
Author: pawel
Date: Tue Oct 29 01:11:25 2013
New Revision: 331918
URL: http://svnweb.freebsd.org/changeset/ports/331918
Log:
Fix make index
Modified:
head/databases/sqlrelay/Makefile.common
Modified: head/databases/sqlrelay/Makefile.common
==============================================================================
--- head/databases/sqlrelay/Makefile.common Tue Oct 29 01:01:31 2013 (r331917)
+++ head/databases/sqlrelay/Makefile.common Tue Oct 29 01:11:25 2013 (r331918)
@@ -3,7 +3,7 @@
SQLRELAY_PORTNAME= sqlrelay
SQLRELAY_PORTVERSION= 0.52
-SQLRELAY_PORTDIR= ${.CURDIR}/../${SQLRELAY_PORTNAME}
+SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
SQLRELAY_CONFIGURE_ARGS= \
More information about the svn-ports-head
mailing list