diff options
author | asami <asami@FreeBSD.org> | 1997-04-18 10:09:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-18 10:09:56 +0000 |
commit | 11785bab00383a9e50a3a98b44310f6ad64b4fe2 (patch) | |
tree | 9e43e92c054465afd33472afeb08758e9548af24 /print/gv | |
parent | 8910c4e818c05ffd364629973252900deb94a7fc (diff) | |
download | FreeBSD-ports-11785bab00383a9e50a3a98b44310f6ad64b4fe2.zip FreeBSD-ports-11785bab00383a9e50a3a98b44310f6ad64b4fe2.tar.gz |
Delete PATCH_STRIP so this port compiles. This one is a huge mystery
to me.
(1) I have no idea how this port worked for anyone.
(2) I have no idea why this variable was here to begin with.
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index ce20af3..3bc0467 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.8 1997/04/02 07:46:33 tg Exp $ +# $Id: Makefile,v 1.9 1997/04/18 06:36:11 tg Exp $ # DISTNAME= gv-3.2.4 @@ -14,7 +14,6 @@ MAINTAINER= tg@freebsd.org LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d -PATCH_STRIP= -p1 USE_IMAKE= yes post-install: |