summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-11 05:02:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-11 05:02:06 +0000
commit5d28064859c9928a11d1239b4b25a3c5164a517a (patch)
tree869934ffbf4d78545c19800e481e21cad4c62f31 /print/gv
parentUse md5.h header correctly (diff)
USE_X11 is not necessary if USE_IMAKE is defined. While I'm here,
remove a couple of extra newlines in the post-install target.
Notes
Notes: svn path=/head/; revision=6857
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 373e06c149e1..359245ae847a 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
-# $Id: Makefile,v 1.12 1997/06/07 07:40:43 max Exp $
+# $Id: Makefile,v 1.13 1997/06/10 11:10:11 tg Exp $
#
DISTNAME= gv-3.5.3
@@ -15,14 +15,11 @@ MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
-USE_X11= yes
post-install:
-
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
-
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>