mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Drop 8.x support
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
3edaa7ee9f
commit
357fb2db0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398055
1 changed files with 2 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue