diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 03:00:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 03:00:47 +0000 |
commit | 5634efe56e1e7fb0c301b51498eee967b3a8f964 (patch) | |
tree | 60c08e3281e2ea30c997ac98c12e28ddd10a11c6 /net/dropbox-api-command | |
parent | - Switch to USES=libtool, drop .la files (diff) |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'net/dropbox-api-command')
-rw-r--r-- | net/dropbox-api-command/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/dropbox-api-command/Makefile b/net/dropbox-api-command/Makefile index 828df5545e57..d13b34a88c0f 100644 --- a/net/dropbox-api-command/Makefile +++ b/net/dropbox-api-command/Makefile @@ -32,17 +32,15 @@ USE_PERL5= configure # and override do-install to only copy the useful parts, i.e., not the # empty library. -MAN1= dropbox-api.1 -PLIST_FILES= bin/dropbox-api bin/upload-to-dropbox +PLIST_FILES= bin/dropbox-api bin/upload-to-dropbox man/man1/dropbox-api.1.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/upload-to-dropbox ${TAIL} +3 ${WRKSRC}/lib/App/dropboxapi.pm >> ${WRKSRC}/dropbox-api do-install: - ${INSTALL_MAN} ${WRKSRC}/blib/man1/dropbox-api.1 ${PREFIX}/man/man1/ - ${INSTALL_SCRIPT} ${WRKSRC}/blib/script/dropbox-api ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/upload-to-dropbox ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/blib/man1/dropbox-api.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${WRKSRC}/blib/script/dropbox-api ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/upload-to-dropbox ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |