diff options
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 24663f9..6982e36 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -35,5 +35,6 @@ do-patch: @${PERL} -pi.orig -e 's:^install.*:install\: rdesktop:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:<endian.h>:<machine/endian.h>:g' ${WRKSRC}/rdesktop.h + @${PATCH} ${PATCH_ARGS} < files/patch-aa .include <bsd.port.mk> |