diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 22:59:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 22:59:09 +0000 |
commit | a0394464b6be311244d89528ab5cc11a201c2028 (patch) | |
tree | 0bf84aa5567bad816bec289082a114e5d361f808 /net-im/pidgin-manualsize/Makefile | |
parent | cdff9cc5eebf11d500669f9e8f64e3a1c11f9009 (diff) | |
download | ports-a0394464b6be311244d89528ab5cc11a201c2028.tar.gz ports-a0394464b6be311244d89528ab5cc11a201c2028.zip |
Notes
Diffstat (limited to 'net-im/pidgin-manualsize/Makefile')
-rw-r--r-- | net-im/pidgin-manualsize/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index b3ef0a055f88..32f1ab0c932a 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -6,7 +6,7 @@ # PORTNAME= manualsize -PORTVERSION= 0.6 +PORTVERSION= 0.6a PORTREVISION?= 0 CATEGORIES= net-im MASTER_SITES= http://myfotomx.com/files/ \ @@ -27,4 +27,7 @@ PLIST_FILES= lib/pidgin/manualsize.so USE_BZIP2= yes ALL_TARGET= manualsize.so +post-patch: + @${REINPLACE_CMD} -e 's|-g root -m 755|-g wheel -m 755|g' ${WRKSRC}/makefile + .include <bsd.port.mk> |