aboutsummaryrefslogtreecommitdiff
path: root/x11/trayer/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /x11/trayer/Makefile
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'x11/trayer/Makefile')
-rw-r--r--x11/trayer/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile
index 6feb85453241..c510461a7cc6 100644
--- a/x11/trayer/Makefile
+++ b/x11/trayer/Makefile
@@ -3,6 +3,7 @@
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
#
# $FreeBSD$
+#
PORTNAME= trayer
PORTVERSION= 1.0
@@ -29,6 +30,10 @@ PORTDOCS= README CREDITS CHANGELOG
PLIST_FILES= bin/trayer
+post-patch:
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/Makefile.common
+
post-install:
${MKDIR} ${DOCSDIR}
.if !defined(NOPORTDOCS)
@@ -36,4 +41,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
+
.include <bsd.port.mk>