summaryrefslogtreecommitdiff
path: root/packaging/macports/Makefile
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-04-05 11:37:07 -0700
committerJameson Graef Rollins <jrollins@finestructure.net>2009-04-05 11:37:07 -0700
commit1687f57fcfb41453539313d66b8b01bd073c4577 (patch)
tree31399692c0af0d10a046dacedb487039bf1d5ade /packaging/macports/Makefile
parent0e2af948ab640cd4865d41951c7b8c2a35437f59 (diff)
macports: better way to swap SYSDATADIR
Diffstat (limited to 'packaging/macports/Makefile')
-rw-r--r--packaging/macports/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile
deleted file mode 100644
index 10d9547..0000000
--- a/packaging/macports/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# use proper system paths for MacPorts instead of Debian's:
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/monkeysphere|'$(SYSETCDIR)'|g' \
- ${WRKSRC}/src/share/defaultenv \
- ${WRKSRC}/src/transitions/0.23 \
- ${WRKSRC}/man/man1/monkeysphere.1 \
- ${WRKSRC}/man/man8/monkeysphere-authentication.8 \
- ${WRKSRC}/man/man8/monkeysphere-host.8 \
- ${WRKSRC}/etc/monkeysphere-authentication.conf
- @${REINPLACE_CMD} -e 's|/var/lib/monkeysphere|'$(SYSDATADIR)'|g' \
- ${WRKSRC}/src/transitions/0.23 \
- ${WRKSRC}/man/man1/monkeysphere.1 \
- ${WRKSRC}/man/man8/monkeysphere-authentication.8 \
- ${WRKSRC}/man/man8/monkeysphere-host.8 \
- ${WRKSRC}/src/monkeysphere-host \
- ${WRKSRC}/src/monkeysphere-authentication \
- ${WRKSRC}/doc/getting-started-admin.mdwn
- @${REINPLACE_CMD} -e 's|/usr/share/monkeysphere|'$(SYSSHAREDIR)'|g' \
- ${WRKSRC}/src/monkeysphere-host \
- ${WRKSRC}/src/monkeysphere-authentication \
- ${WRKSRC}/src/monkeysphere
- # and clean up cruft from the sed replacements:
- ${FIND} ${WRKSRC} -name '*.bak' -delete