diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-02-25 23:59:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-02-25 23:59:29 +0800 |
commit | d0b43d24dcc258b0c6109e590c0c2dc00ef48f12 (patch) | |
tree | 0fec51981bb9fb80d9d172a3b316b8f83ded52c7 | |
parent | 85cf2f59c508c92cb1cf3390e4773ebe099be0d5 (diff) | |
download | freebsd-ports-gnome-d0b43d24dcc258b0c6109e590c0c2dc00ef48f12.tar.gz freebsd-ports-gnome-d0b43d24dcc258b0c6109e590c0c2dc00ef48f12.tar.zst freebsd-ports-gnome-d0b43d24dcc258b0c6109e590c0c2dc00ef48f12.zip |
Strip library
-rw-r--r-- | audio/libadplug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index a1501dd2c60a..29258580415a 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -3,7 +3,7 @@ PORTNAME= libadplug PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/adplug/AdPlug%20core%20library/${PORTVERSION} DISTNAME= adplug-${PORTVERSION} @@ -24,6 +24,8 @@ CPPFLAGS+= -I${LOCALBASE}/include INFO= libadplug +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \ ${WRKSRC}/adplugdb/adplugdb.cpp \ |