Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 23:52:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399319 - head/deskutils/notify-osd
Message-ID:  <201510142352.t9ENq0f1055523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142352.t9ENq0f1055523>