diff options
author | asami <asami@FreeBSD.org> | 1997-04-18 18:09:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-18 18:09:56 +0800 |
commit | 11785bab00383a9e50a3a98b44310f6ad64b4fe2 (patch) | |
tree | 9e43e92c054465afd33472afeb08758e9548af24 /print/gv | |
parent | 8910c4e818c05ffd364629973252900deb94a7fc (diff) | |
download | freebsd-ports-gnome-11785bab00383a9e50a3a98b44310f6ad64b4fe2.tar.gz freebsd-ports-gnome-11785bab00383a9e50a3a98b44310f6ad64b4fe2.tar.zst freebsd-ports-gnome-11785bab00383a9e50a3a98b44310f6ad64b4fe2.zip |
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 ce20af373fc7..3bc04670bad8 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: |