diff options
-rw-r--r-- | x11/emu/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index f3d54a087ee9..656a1fb3eb44 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -2,20 +2,22 @@ # Version required: 1.31 # Date created: 13 September 1994 # Whom: jkh -# Last Updated: 26 February 1995 -# Whom: me -# Responsible: me@FreeBSD.org # -# $I$ +# $Id$ # DISTNAME= emu-1.31 -WRKSRC= ${WRKDIR}/emu -USE_IMAKE= yes +PKGNAME= emu-1.3.1 MASTER_SITES= ftp://ftp.x.org/contrib/applications/ CATEGORIES+= x11 -# NO_INSTALL_MANPAGES= yes -IS_INTERACTIVE= yes + MAINTAINER= me@FreeBSD.org +USE_IMAKE= yes +IS_INTERACTIVE= yes +WRKSRC= ${WRKDIR}/emu + +pre-configure: + cd ${WRKSRC}/client ; ln -s ../doc/emu.man . + .include <bsd.port.mk> |