From b182d95a16c0a3b9cdeea10f6eeddac3963ce4ef Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 30 Mar 2003 17:27:24 +0000 Subject: [PATCH] - Turn on the "SAVE_LICENSE" option. - Give a maintainership to the submitter. PR: 50456 Submitted by: Matt Douhan --- net/rdesktop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 4bd5cc338859..353d34a383f7 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -10,9 +10,8 @@ PORTVERSION= 1.2.0 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= rdesktop-1.2.0 -MAINTAINER= ports@freebsd.org +MAINTAINER= matt@fruitsalad.org COMMENT= RDP client for Windows NT Terminal Server USE_XLIB= yes @@ -20,6 +19,7 @@ USE_GMAKE= yes USE_OPENSSL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +CFLAGS+= -DSAVE_LICENSE MAN1= rdesktop.1