diff options
author | asami <asami@FreeBSD.org> | 1997-06-11 13:02:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-11 13:02:06 +0800 |
commit | 7f85a7af2fa3b81fc27c69d6408b89f0c1dff677 (patch) | |
tree | 31d7822c5ac3b8eb2f987294e504a0dd5ee63a78 /print/gv | |
parent | 49b5461b6a8aceac90a9b7d73e9b8a2fa041c151 (diff) | |
download | freebsd-ports-gnome-7f85a7af2fa3b81fc27c69d6408b89f0c1dff677.tar.gz freebsd-ports-gnome-7f85a7af2fa3b81fc27c69d6408b89f0c1dff677.tar.zst freebsd-ports-gnome-7f85a7af2fa3b81fc27c69d6408b89f0c1dff677.zip |
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.
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 5 |
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> |