diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-26 11:09:06 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-26 11:09:06 +0000 |
commit | 601f35f240c52764a8e0570bea60f6eefde86009 (patch) | |
tree | 17bc0db9bdb210d778fe151260343c1acc84678a /deskutils/xrolo | |
parent | d1f94ff6c2e50dc73d8ea053e7061b03358c071e (diff) |
- Fix build with clang
- Add staging support
MFH: 2014Q1
Notes
Notes:
svn path=/head/; revision=349239
Diffstat (limited to 'deskutils/xrolo')
-rw-r--r-- | deskutils/xrolo/Makefile | 9 |
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> |