diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-25 04:09:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-25 04:09:16 +0800 |
commit | 41c4e76500d875ac77a906f6c9a245bc9e14047e (patch) | |
tree | 52c961d625a6e7259581fd595e46a454c2092238 /graphics | |
parent | 77078de437c0b0a3b830ea47160bdc8c10b2066d (diff) | |
download | freebsd-ports-gnome-41c4e76500d875ac77a906f6c9a245bc9e14047e.tar.gz freebsd-ports-gnome-41c4e76500d875ac77a906f6c9a245bc9e14047e.tar.zst freebsd-ports-gnome-41c4e76500d875ac77a906f6c9a245bc9e14047e.zip |
Do not create strange stage orphans
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svgalib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index 9c046a8e1f75..a71f431bebe2 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -26,7 +26,6 @@ MAKE_ENV= NO_ASM=y .endif post-patch: .SILENT - ${MKDIR} ${STAGEDIR}${WRKSRC}/include/linux # Fix for GCC 4.1 ${REINPLACE_CMD} -e '30d' ${WRKSRC}/src/vgabg.h ${REINPLACE_CMD} -e 's,^ (unsigned [[:alpha:]]*),,' \ |