mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8e3accbef7
This causes the pkg-plist to break on architechtures where MACHINE and MACHINE_ARCH to differ. Assume that the upstream folks know what they are doing and create a UNAME_M variable to handle this in the pkg-plist. PR: 188856 Reviewed by: koobs Approved by: bdrewery (mentor)
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/devel/py-gobject3/Makefile 19571 2014-04-25 18:12:46Z kwm $
|
|
|
|
PORTREVISION= 2
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 3
|
|
|
|
COMMENT= Python 2 bindings for GObject
|
|
|
|
SLAVE_PORT= python2
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PLIST_SUB+= UNAME_M=${UNAME_M}
|
|
UNAME_M!= ${UNAME} -m
|