diff options
Diffstat (limited to 'x11/xproto/Makefile')
-rw-r--r-- | x11/xproto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 489db2eed3a3..7c89ffad147b 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -7,7 +7,7 @@ PORTNAME= xproto PORTVERSION= 6.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -22,4 +22,7 @@ USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack +post-extract: + @${CP} ${FILESDIR}/Xalloca.h ${WRKSRC} + .include <bsd.port.mk> |