diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-03-30 17:27:24 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-03-30 17:27:24 +0000 |
commit | b182d95a16c0a3b9cdeea10f6eeddac3963ce4ef (patch) | |
tree | 8d25c25702ec82905d25795f5f876859ee67021f /net/rdesktop | |
parent | Enable LMTP mode (diff) |
- Turn on the "SAVE_LICENSE" option.
- Give a maintainership to the submitter.
PR: 50456
Submitted by: Matt Douhan <mdouhan@wizzy.ath.cx>
Notes
Notes:
svn path=/head/; revision=77750
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 4 |
1 files 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 |