Set the full path to gtar and do not hardcode /usr/local.

This commit is contained in:
ajacoutot 2013-02-05 10:39:29 +00:00
parent 0eecae0c1b
commit cf54f2a184
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2012/06/27 19:03:32 rpointel Exp $
# $OpenBSD: Makefile,v 1.21 2013/02/05 10:39:29 ajacoutot Exp $
COMMENT= discovery-based unittest extension
@ -39,7 +39,7 @@ USE_GROFF = Yes
MODPY_SETUPTOOLS= Yes
# problem with upstream tar and our tar
TAR=gtar
TAR=${LOCALBASE}/bin/gtar
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}nose

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/02/05 10:31:01 zhuk Exp $
# $OpenBSD: Makefile,v 1.2 2013/02/05 10:39:29 ajacoutot Exp $
SHARED_ONLY = Yes
CATEGORIES = devel
@ -13,7 +13,7 @@ WANTLIB = m stdc++
MASTER_SITES = https://github.com/downloads/flavio/qjson/
EXTRACT_SUFX = .tar.bz2
TAR = gtar
TAR = ${LOCALBASE}/bin/gtar
# LGPLv2
PERMIT_DISTFILES_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/13 14:03:03 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2013/02/05 10:39:29 ajacoutot Exp $
COMMENT = VHDL tags generator
@ -15,7 +15,7 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.peterantoine.me.uk/downloads/
TAR = gtar
TAR = ${LOCALBASE}/bin/gtar
BUILD_DEPENDS = archivers/gtar

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.81 2013/01/24 08:46:36 zhuk Exp $
# $OpenBSD: Makefile,v 1.82 2013/02/05 10:39:29 ajacoutot Exp $
ONLY_FOR_ARCHS= amd64 i386
@ -35,7 +35,7 @@ MASTER_SITES0= http://hg.services.openoffice.org/binaries/ \
http://ooo.itc.hu/oxygenoffice/download/libreoffice/ \
http://dev-www.libreoffice.org/src/
TAR= /usr/local/bin/gtar
TAR= ${LOCALBASE}/bin/gtar
EDISTFILES= libreoffice-core-${VERSION}.tar.xz
COMPONENTS= binfilter dictionaries help translations

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2013/01/08 20:35:36 bcallah Exp $
# $OpenBSD: Makefile,v 1.16 2013/02/05 10:39:29 ajacoutot Exp $
COMMENT= mouse and keyboard sharing utility
@ -25,7 +25,7 @@ BUILD_DEPENDS= archivers/gtar
# The synergy devs decided to release a fucked tarball.
# Our tar complains, then errors out.
# tar: Invalid header, starting valid header search.
TAR= gtar
TAR= ${LOCALBASE}/bin/gtar
MODULES= devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2011/10/07 13:54:31 kurt Exp $
# $OpenBSD: Makefile,v 1.37 2013/02/05 10:39:29 ajacoutot Exp $
COMMENT= xml parser for Java
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://xml.apache.org/dist/xerces-j/ \
http://xml.apache.org/dist/xerces-j/old_xerces2/
TAR?= gtar
TAR?= ${LOCALBASE}/bin/gtar
MODULES= java
MODJAVA_VER= 1.3+