From 24436d682281547d015d36696fdbba99225f91d6 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 19 May 2014 15:49:42 +0000 Subject: Support staging. Approved by: portmgr@ --- databases/sqlitemanager/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/sqlitemanager/Makefile b/databases/sqlitemanager/Makefile index c43b86c86868..09b7cf49018b 100644 --- a/databases/sqlitemanager/Makefile +++ b/databases/sqlitemanager/Makefile @@ -16,9 +16,8 @@ NO_BUILD= yes PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}" USE_PHP= sqlite -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/ ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} .include -- cgit