diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 17:31:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 17:31:59 +0000 |
commit | 0925dae118eedae89bc971b11633050b65aebd9b (patch) | |
tree | c7288668bde695bc73a80f5e35a410884ff7cfa6 /net-p2p | |
parent | - Update to 0.9.781 (diff) |
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188681
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 638d46b1f942..8488fb25066f 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -27,6 +27,9 @@ USE_X_PREFIX= yes PLIST_FILES= libexec/gkrellm2/plugins/gift.la \ libexec/gkrellm2/plugins/gift.so +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + post-install: ${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so |