diff options
Diffstat (limited to 'graphics/ming/Makefile')
-rw-r--r-- | graphics/ming/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index dc5423602882..b5a01a914d59 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ming -PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTVERSION= 0.1.1 CATEGORIES= graphics MASTER_SITES= http://www.opaque.net/ming/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-examples${EXTRACT_SUFX} @@ -39,7 +38,7 @@ DOCS_UTIL= README \ post-extract: ${LN} -s ${WRKDIR}/${PORTNAME}-examples ${WRKSRC}/../examples ${SED} -e 's:"\.\./\.\./ming\.h":<ming.h>:g' \ - ${WRKSRC}/../c++_ext/ming.h > ${WRKSRC}/mingpp.h + ${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h cd ${WRKSRC}/../util && \ ${RM} bindump.c hexdump.c listmp3.c |