svn commit: r399319 - head/deskutils/notify-osd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:52:01 UTC 2015


Author: amdmi3
Date: Wed Oct 14 23:52:00 2015
New Revision: 399319
URL: https://svnweb.freebsd.org/changeset/ports/399319

Log:
  - Add LICENSE
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/notify-osd/Makefile

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Wed Oct 14 23:51:30 2015	(r399318)
+++ head/deskutils/notify-osd/Makefile	Wed Oct 14 23:52:00 2015	(r399319)
@@ -12,6 +12,7 @@ MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	On-screen-display notification agent using libnotify
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 		libnotify.so:${PORTSDIR}/devel/libnotify
@@ -26,13 +27,7 @@ USE_XORG=	pixman x11
 
 LIBS+=		-L${LOCALBASE}/lib -lpixman-1 -lX11
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
-.if ${OSVERSION} < 900033
-	@${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \
-		${WRKSRC}/src/Makefile.in
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list