turn on "always-wrap" for the 3 ports known to embed their install program

in installed files.
This commit is contained in:
espie 2014-09-16 09:09:46 +00:00
parent 4a165d667d
commit 73a10c0733
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.191 2014/09/02 13:39:39 pea Exp $
# $OpenBSD: Makefile,v 1.192 2014/09/16 09:09:46 espie Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
@ -16,7 +16,7 @@ PKGNAME-server= postgresql-server-${VERSION}
PKGNAME-docs= postgresql-docs-${VERSION}
PKGNAME-contrib=postgresql-contrib-${VERSION}
PKGNAME-plpython=postgresql-plpython-${VERSION}
#FAKE_AS_ROOT = always-wrap
FAKE_AS_ROOT = always-wrap
CATEGORIES= databases

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2014/09/13 16:23:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2014/09/16 09:09:46 espie Exp $
SHARED_ONLY= Yes
@ -13,6 +13,7 @@ REVISION= 4
SHARED_LIBS= pt 7.0
CATEGORIES= devel telephony
FAKE_AS_ROOT = always-wrap
HOMEPAGE= http://www.opalvoip.org/
@ -46,6 +47,7 @@ CONFIGURE_ARGS= --enable-plugins \
--disable-pulse \
--disable-v8
# XXX error: 'struct v4l2_frmsizeenum' has no member named 'discrete'
CONFIGURE_ARGS+=--disable-v4l2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.9 2014/09/02 12:56:35 espie Exp $
# $OpenBSD: Makefile.inc,v 1.10 2014/09/16 09:09:46 espie Exp $
SHARED_ONLY ?= Yes
@ -26,4 +26,4 @@ CONFIGURE_ENV += PREFIX="${PREFIX}" \
REV ?= ${VERSION:R}
SUB ?= ${MACHINE_ARCH:S/amd64/x86_64/}-openbsd
SUBST_VARS += SUB REV
# FAKE_AS_ROOT = always-wrap
FAKE_AS_ROOT = always-wrap