diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 05:02:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 05:02:06 +0000 |
commit | 5d28064859c9928a11d1239b4b25a3c5164a517a (patch) | |
tree | 869934ffbf4d78545c19800e481e21cad4c62f31 /print/gv/Makefile | |
parent | f0b4718638b09cfcdc4b0c4488215197af26b692 (diff) | |
download | ports-5d28064859c9928a11d1239b4b25a3c5164a517a.tar.gz ports-5d28064859c9928a11d1239b4b25a3c5164a517a.zip |
Notes
Diffstat (limited to 'print/gv/Makefile')
-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> |