aboutsummaryrefslogtreecommitdiff
path: root/databases/py-swift
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 12:17:01 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 12:17:01 +0000
commit9f887e7538284ccb4e80d33596160ecbe5d0b819 (patch)
treeb7b5343e0e8aaf083eb4104c1454c8163b76bd39 /databases/py-swift
parent1ebcd18f74b8a347a95f5d0489b51cf7d2389a46 (diff)
downloadports-9f887e7538284ccb4e80d33596160ecbe5d0b819.tar.gz
ports-9f887e7538284ccb4e80d33596160ecbe5d0b819.zip
- no need to include pre.mk/post.mk
- replace ${PREFIX} with ${MANPREFIX} on manpage install command Reporetd by: jhale Feature safe: yes
Notes
Notes: svn path=/head/; revision=308100
Diffstat (limited to 'databases/py-swift')
-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 0e71232a1bb2..2994f5373712 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>