- remove unneeded patch

This commit is contained in:
jasper 2010-12-03 07:47:44 +00:00
parent 5f2333a93f
commit 2476470810
2 changed files with 3 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/19 22:31:33 espie Exp $ # $OpenBSD: Makefile,v 1.11 2010/12/03 07:47:44 jasper Exp $
COMMENT= tunnel IPv4 data through DNS COMMENT= tunnel IPv4 data through DNS
@ -18,6 +18,8 @@ MASTER_SITES= ${HOMEPAGE}
WANTLIB= c z WANTLIB= c z
FAKE_FLAGS= prefix=$(PREFIX) mandir=$(PREFIX)/man
USE_GROFF = Yes USE_GROFF = Yes
MAKE_ENV= CC=${CC} MAKE_ENV= CC=${CC}
REGRESS_DEPENDS= devel/check REGRESS_DEPENDS= devel/check

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-Makefile,v 1.2 2008/02/07 12:42:11 sthen Exp $
--- Makefile.orig Fri Nov 30 22:11:30 2007
+++ Makefile Thu Feb 7 11:44:00 2008
@@ -1,7 +1,7 @@
-prefix=/usr/local
+prefix=$(LOCALBASE)
sbindir=$(prefix)/sbin
datadir=$(prefix)/share
-mandir=$(datadir)/man
+mandir=$(prefix)/man
DESTDIR=