diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
commit | 2406d49a61ea8765af0e4569254f5dca9b0a54c7 (patch) | |
tree | dec929e55f9a1d4050bb11ff517a1459898008e0 /databases/mysql_last_value | |
parent | ecaa4f6bdb5e038a87e6dafdea98d5a741ae67fa (diff) | |
download | ports-2406d49a61ea8765af0e4569254f5dca9b0a54c7.tar.gz ports-2406d49a61ea8765af0e4569254f5dca9b0a54c7.zip |
Notes
Diffstat (limited to 'databases/mysql_last_value')
-rw-r--r-- | databases/mysql_last_value/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mysql_last_value/Makefile b/databases/mysql_last_value/Makefile index 35bfd2589cd9..be16cb329024 100644 --- a/databases/mysql_last_value/Makefile +++ b/databases/mysql_last_value/Makefile @@ -14,7 +14,6 @@ COMMENT= Replaces NULL value of current column with value from top row LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client PLIST_FILES= bin/mysql_last_value -USE_REINPLACE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile |