diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-17 19:46:03 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-17 19:46:03 +0800 |
commit | 89f9adda31593559218e85d0ffa7a40a86ea73f2 (patch) | |
tree | 1b936e5c44b2ca74a3f128727841a97f2098c9a7 /audio | |
parent | 39a700363e43af6ee36cba9938a363b4f3cad42b (diff) | |
download | freebsd-ports-gnome-89f9adda31593559218e85d0ffa7a40a86ea73f2.tar.gz freebsd-ports-gnome-89f9adda31593559218e85d0ffa7a40a86ea73f2.tar.zst freebsd-ports-gnome-89f9adda31593559218e85d0ffa7a40a86ea73f2.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmodplug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index a2d4f207e68c..0e43c3ca1cee 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USES= gmake pathfix pkgconfig libtool +USES= cpe gmake pathfix pkgconfig libtool INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes +CPE_VENDOR= konstanty_bialkowski post-patch: @${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \ |