? inspircd.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/inspircd/Makefile,v retrieving revision 1.16 diff -a -u -r1.16 Makefile --- Makefile 5 Jul 2011 21:22:51 -0000 1.16 +++ Makefile 6 Jul 2011 10:10:10 -0000 @@ -52,7 +52,7 @@ GNUTLS "Build m_ssl_gnutls module" off \ OPENSSL "Build m_ssl_openssl module" off -.include +.include post-extract: @(cd ${WRKDIR} && ${MV} ${PORTNAME} ${DISTNAME}) @@ -98,7 +98,6 @@ .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else @@ -119,4 +118,4 @@ fi .endfor -.include +.include