diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-07-24 20:49:29 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-07-24 20:49:29 +0000 |
commit | 2e542c58b856b40eb2f85cb8b12dc8ee495b6c92 (patch) | |
tree | 42d14beed4c9193facbd697ffbc55310b203208c /net/tinyfugue | |
parent | 921f399be2399edceb94c2afed399743380087f8 (diff) |
Notes
Diffstat (limited to 'net/tinyfugue')
-rw-r--r-- | net/tinyfugue/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index a557da5246fa..55496ad515a0 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/tinyfugue/tinyfugue/5.0%20beta%208 DISTVERSION= ${PORTVERSION:S/.//} DISTNAME= ${PORTNAME}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= Popular programmable MUD client, with macro support and more GNU_CONFIGURE= yes @@ -16,5 +16,8 @@ CONFIGURE_ARGS= --enable-manpage --enable-version --enable-symlink --datadir=${P 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> |