diff options
author | perky <perky@FreeBSD.org> | 2003-03-31 01:27:24 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-03-31 01:27:24 +0800 |
commit | 9226d84009daf5ccbc3fa5b4e811f87d8fa62a72 (patch) | |
tree | 1548161b3b542a60b7a88f86ef00ca5eb5c3e873 /net/rdesktop | |
parent | 5f884325e68d531a9db48140398770ffb79e1eae (diff) | |
download | freebsd-ports-graphics-9226d84009daf5ccbc3fa5b4e811f87d8fa62a72.tar.gz freebsd-ports-graphics-9226d84009daf5ccbc3fa5b4e811f87d8fa62a72.tar.zst freebsd-ports-graphics-9226d84009daf5ccbc3fa5b4e811f87d8fa62a72.zip |
- Turn on the "SAVE_LICENSE" option.
- Give a maintainership to the submitter.
PR: 50456
Submitted by: Matt Douhan <mdouhan@wizzy.ath.cx>
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 4bd5cc33885..353d34a383f 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 |