diff options
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 94011e2cf124..0aa59572ec67 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -6,8 +6,8 @@ # PORTNAME= rdesktop -PORTVERSION= 1.4.0 -PORTREVISION?= 2 +PORTVERSION= 1.4.1 +PORTREVISION?= 0 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,10 +24,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-x=${X11BASE} DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 -post-patch: - @${REINPLACE_CMD} -e 's|$$cc|${CC}|' \ - ${WRKSRC}/configure - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${MAN1PREFIX}/man/man1 |