diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-19 15:49:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-19 15:49:42 +0000 |
commit | cda85fc9f8129bc623deb005ab2e0f96b7ad1ffb (patch) | |
tree | 5586e9a3d5ea38744fa8e8590114dd508c7bfa0d | |
parent | 6aa3012a47ee3717d6a5f69d37ff527f3f96af6a (diff) |
Notes
-rw-r--r-- | databases/sqlitemanager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.mk> |