Index: head/net/tinyfugue/pkg-comment =================================================================== --- head/net/tinyfugue/pkg-comment (revision 75798) +++ head/net/tinyfugue/pkg-comment (nonexistent) @@ -1 +0,0 @@ -A popular programmable MUD client, with macro support and more Property changes on: head/net/tinyfugue/pkg-comment ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/tinyfugue/Makefile =================================================================== --- head/net/tinyfugue/Makefile (revision 75798) +++ head/net/tinyfugue/Makefile (revision 75799) @@ -1,39 +1,42 @@ # New ports collection makefile for: tinyfugue # Date created: 4 January 1997 # Whom: mike@binghamton.edu # # $FreeBSD$ # PORTNAME= tf PORTVERSION= 4.0s1 CATEGORIES= net games MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \ ftp://ftp.minet.uni-jena.de/pub/tf/ +.if !defined(WITHOUT_MCCP) +PKGNAMESUFFIX= -mccp +.endif DISTNAME= tf-40s1 MAINTAINER= fjoe@FreeBSD.org +COMMENT= A popular programmable MUD client, with macro support and more PLIST_SUB= DISTNAME=${DISTNAME} MAKEFILE= ${WRKSRC}/unix/Makefile MAKE_ENV= TFVER=${DISTNAME:S/^tf-//} CC="${CC}" CFLAGS="${CFLAGS}" MAN1= tf.1 .include -.if defined(WITH_MCCP) +.if !defined(WITHOUT_MCCP) EXTRA_PATCHES= ${FILESDIR}/mccp-patch -PKGNAMESUFFIX= -mccp post-extract: @${CP} ${FILESDIR}/mccp.[ch] ${WRKSRC}/src .else pre-extract: @${ECHO_MSG} - @${ECHO_MSG} "You can enable MCCP v1/v2 support by defining WITH_MCCP" + @${ECHO_MSG} "You can disable MCCP v1/v2 support by defining WITHOUT_MCCP" @${ECHO_MSG} .endif .include Property changes on: head/net/tinyfugue/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property