svn commit: r362848 - head/net/tinyfugue

Johan van Selst johans at FreeBSD.org
Thu Jul 24 20:49:31 UTC 2014


Author: johans
Date: Thu Jul 24 20:49:29 2014
New Revision: 362848
URL: http://svnweb.freebsd.org/changeset/ports/362848
QAT: https://qat.redports.org/buildarchive/r362848/

Log:
  - Stagify
  - Adopt port

Modified:
  head/net/tinyfugue/Makefile

Modified: head/net/tinyfugue/Makefile
==============================================================================
--- head/net/tinyfugue/Makefile	Thu Jul 24 20:38:04 2014	(r362847)
+++ head/net/tinyfugue/Makefile	Thu Jul 24 20:49:29 2014	(r362848)
@@ -8,7 +8,7 @@ MASTER_SITES=	SF/tinyfugue/tinyfugue/5.0
 DISTVERSION=	${PORTVERSION:S/.//}
 DISTNAME=	${PORTNAME}-${DISTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Popular programmable MUD client, with macro support and more
 
 GNU_CONFIGURE=	yes
@@ -16,5 +16,8 @@ CONFIGURE_ARGS=	--enable-manpage --enabl
 
 PLIST_SUB=	DISTNAME=${DISTNAME}
 
-NO_STAGE=	yes
+post-patch:
+	@${REINPLACE_CMD} 's:@.*dir@:$${DESTDIR}&:' ${WRKSRC}/unix/vars.mak.in
+	@${REINPLACE_CMD} '/ln -s/s@(TF)@(TF:T)@' ${WRKSRC}/unix/unix.mak
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list