diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-19 00:20:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-19 00:20:44 +0800 |
commit | 3842daa9870e0215c5a424d6cfe236dccf300276 (patch) | |
tree | 54a77e678d7ae3f9ed426332453f2d1471f583a7 /graphics/py-ming | |
parent | b2206972fc13cfcf5cab5a1e7003f89cd6548366 (diff) | |
download | freebsd-ports-gnome-3842daa9870e0215c5a424d6cfe236dccf300276.tar.gz freebsd-ports-gnome-3842daa9870e0215c5a424d6cfe236dccf300276.tar.zst freebsd-ports-gnome-3842daa9870e0215c5a424d6cfe236dccf300276.zip |
- Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1]
Diffstat (limited to 'graphics/py-ming')
-rw-r--r-- | graphics/py-ming/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index 03d3ada5ca2a..abe9cdce1137 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ming -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ BUILD_WRKSRC= ${WRKSRC}/py_ext INSTALL_WRKSRC= ${WRKSRC}/py_ext PATCH_WRKSRC= ${WRKSRC}/py_ext PATCHDIR= ${.CURDIR}/files -PLIST= # empty +PLIST= ${NONEXISTENT} MASTERDIR= ${.CURDIR}/../../graphics/ming SLAVEPORT= py |