mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build on current
This commit is contained in:
parent
d0426e3b88
commit
646cc867a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317254
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: q15
|
||||
# Date created: 2005-08-30
|
||||
# Whom: Andrej Zverev <az@inec.ru>
|
||||
#
|
||||
# Created by: Andrej Zverev <az@inec.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= q15
|
||||
PORTVERSION= 1.0
|
||||
@ -24,6 +20,9 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
||||
|
||||
PLIST_FILES= bin/q15
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,NOMAN,NO_MAN,g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/q15 ${PREFIX}/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user