aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-12-02 20:17:01 +0800
committerrm <rm@FreeBSD.org>2012-12-02 20:17:01 +0800
commit50cc0a76580920a0c3cfc65dd6b652f7a062800f (patch)
treeb7b5343e0e8aaf083eb4104c1454c8163b76bd39 /databases
parentd2c5295562cd86b9f71343cac6399b28b139cb34 (diff)
downloadfreebsd-ports-graphics-50cc0a76580920a0c3cfc65dd6b652f7a062800f.tar.gz
freebsd-ports-graphics-50cc0a76580920a0c3cfc65dd6b652f7a062800f.tar.zst
freebsd-ports-graphics-50cc0a76580920a0c3cfc65dd6b652f7a062800f.zip
- no need to include pre.mk/post.mk
- replace ${PREFIX} with ${MANPREFIX} on manpage install command Reporetd by: jhale Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r--databases/py-swift/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/py-swift/Makefile b/databases/py-swift/Makefile
index 0e71232a1bb..2994f537371 100644
--- a/databases/py-swift/Makefile
+++ b/databases/py-swift/Makefile
@@ -25,8 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:${PORTSDIR}/net/py-eventlet
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
-.include <bsd.port.pre.mk>
-
MAN1= swift-account-auditor.1 \
swift-account-reaper.1 \
swift-account-replicator.1 \
@@ -116,10 +114,10 @@ post-install:
${MKDIR} ${PREFIX}/etc/${PORTNAME}
${CP} -R ${WRKSRC}/etc/ ${PREFIX}/etc/${PORTNAME}
.for i in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man1/${i}
+ ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${MANPREFIX}/man/man1/${i}
.endfor
.for i in ${MAN5}
- ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man5/${i}
+ ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${MANPREFIX}/man/man5/${i}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>