diff options
Diffstat (limited to 'irc/xchat-fish/Makefile')
-rw-r--r-- | irc/xchat-fish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index f29d2a693471..d8617ec22c2b 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -17,6 +17,8 @@ COMMENT= An encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +NO_STAGE= yes + USE_ZIP= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -28,7 +30,6 @@ PLIST_FILES= lib/xchat/plugins/xfish.so PORTDOCS= FiSH-xchat.txt \ FiSH-xchat_History.txt -NO_STAGE= yes post-patch: @${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ @${RM} -f ${WRKSRC}/mir* |