Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 21:38:40 +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: r398055 - head/sysutils/wuzzah
Message-ID:  <201509272138.t8RLce3r093295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 27 21:38:39 2015
New Revision: 398055
URL: https://svnweb.freebsd.org/changeset/ports/398055

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

Modified:
  head/sysutils/wuzzah/Makefile

Modified: head/sysutils/wuzzah/Makefile
==============================================================================
--- head/sysutils/wuzzah/Makefile	Sun Sep 27 21:38:16 2015	(r398054)
+++ head/sysutils/wuzzah/Makefile	Sun Sep 27 21:38:39 2015	(r398055)
@@ -10,25 +10,20 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line utility for stalking users
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 USES=		gmake
 
 PLIST_FILES=	bin/wuzzah man/man1/wuzzah.1.gz
 
-.include <bsd.port.pre.mk>
-
 post-patch:
-.if ${OSVERSION} >= 900007
 	@${REINPLACE_CMD} -e '/^CFLAGS/d' -e 's|^\(SUBDIRS.*\)utmpx|\1|p' \
 		${WRKSRC}/Makefile.in
-.else
-	@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile.in
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
 		${STAGEDIR}${MANPREFIX}/man/man1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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