diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-23 08:26:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-23 08:26:48 +0800 |
commit | b93f450143ec66bb6f637bc51b5af9a99e88559f (patch) | |
tree | 3db83734ad9533b0396133750039fb72d853f68b | |
parent | 0da8df70016a4f608e8bee1099686cab80a6404a (diff) | |
download | freebsd-ports-gnome-b93f450143ec66bb6f637bc51b5af9a99e88559f.tar.gz freebsd-ports-gnome-b93f450143ec66bb6f637bc51b5af9a99e88559f.tar.zst freebsd-ports-gnome-b93f450143ec66bb6f637bc51b5af9a99e88559f.zip |
Support stage
-rw-r--r-- | devel/clanlib1/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index e68fb453e8a5..86dcbe005b85 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -13,7 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ @@ -43,7 +42,6 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} -NO_STAGE= yes post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' |