diff options
Diffstat (limited to 'net/ayttm/Makefile')
-rw-r--r-- | net/ayttm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index c54e174..b1b7218 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= everybuddy -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4-2 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ @@ -26,4 +26,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ MAN1= everybuddy.1 +post-patch: + @${CP} ${FILESDIR}/config.h ${WRKSRC}/src + .include <bsd.port.mk> |