aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-26 13:35:56 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-26 13:35:56 +0000
commitc1569c4dc8138acf4ddf1c83797455f876c6e2aa (patch)
tree7a6201ecef5838e31d03bc79bfa16f86b9adc628
parent3a704a0b5334f08dc46f111c7967887df20cc45b (diff)
downloadports-c1569c4dc8138acf4ddf1c83797455f876c6e2aa.tar.gz
ports-c1569c4dc8138acf4ddf1c83797455f876c6e2aa.zip
MFH: r349239
- Fix build with clang - Add staging support Approved by: portmgr
Notes
Notes: svn path=/branches/2014Q1/; revision=349253
-rw-r--r--deskutils/xrolo/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile
index 72dc39df18fb..2ed81c881390 100644
--- a/deskutils/xrolo/Makefile
+++ b/deskutils/xrolo/Makefile
@@ -19,8 +19,11 @@ WRKSRC= ${WRKDIR}/xrolo
USES= imake
USE_XORG= x11 xext
-MAN1= xrolo.1
-PLIST_FILES= bin/xrolo
+PLIST_FILES= bin/xrolo man/man1/xrolo.1.gz
+
+CFLAGS+= -Wno-return-type
+
+post-configure:
+ @${REINPLACE_CMD} 's|DESTDIR) |DESTDIR)|g' ${WRKSRC}/Makefile
-NO_STAGE= yes
.include <bsd.port.mk>