summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-12-12 03:50:25 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-12-12 03:50:25 +0000
commiteef18f546b7682b97b33811a6406886448a2a128 (patch)
treedff2a1411c752856b77b384ff0be31e004a6335a /x11
parentUpgrade to 1.14.3 (diff)
This doesn't like installing a manpage, so set NO_INSTALL_MANPAGES
Notes
Notes: svn path=/head/; revision=555
Diffstat (limited to 'x11')
-rw-r--r--x11/emu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index bd1304b0488e..f0b6683a1b5d 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -3,12 +3,13 @@
# Date created: 13 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.2 1994/09/14 12:00:57 jkh Exp $
+# $Id: Makefile,v 1.3 1994/09/14 14:12:43 jkh Exp $
#
DISTNAME= emu-1.3
WRKSRC= ${WRKDIR}/emu
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
+NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>