diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
commit | db69d02fbc24bd766b77582dd0743d884544ad0b (patch) | |
tree | 3625317c71689869e4617a614f6aef4e36c36f21 /net/py-miniupnpc | |
parent | b32150f3ca6f48802e20d10c95178c2c07070bbb (diff) | |
download | freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.gz freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.zst freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.zip |
- Makefile.local for slave ports is included by bsd.port.mk r397519
Diffstat (limited to 'net/py-miniupnpc')
-rw-r--r-- | net/py-miniupnpc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/py-miniupnpc/Makefile b/net/py-miniupnpc/Makefile index ed01b7b6801e..490384db8150 100644 --- a/net/py-miniupnpc/Makefile +++ b/net/py-miniupnpc/Makefile @@ -15,10 +15,6 @@ USE_PYTHON= autoplist distutils WRKDIR= ${WRKDIRPREFIX}${MASTERDIR}/work PLIST= ${.CURDIR}/pkg-plist -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - post-patch: ${REINPLACE_CMD} 's/\(version\)="[^"]*"/\1="${PORTVERSION}"/' \ ${WRKSRC}/setup.py |