mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Really fix plist this time
- bump PORTREVISION again
This commit is contained in:
parent
902eaffd5d
commit
f116dee919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215666
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nas
|
||||
PORTVERSION= 1.9.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
@ -28,6 +28,12 @@ SUB_FILES= pkg-message
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} ${GREP} -lF malloc.h \
|
||||
| ${XARGS} ${REINPLACE_CMD} -n -e "s|<malloc.h>||" -e t -e p
|
||||
.if defined(NOPORTDOCS)
|
||||
${REINPLACE_CMD} -e '/^install.man::/ { p; s/.*/ exit 0\\/; }' \
|
||||
${WRKSRC}/Makefile
|
||||
.else
|
||||
.include "Makefile.man"
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
# Work around shortcomings of the Image.rules et. al:
|
||||
@ -39,10 +45,6 @@ post-configure:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.ifndef(NOPORTDOCS)
|
||||
. include "Makefile.man"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
FPIC= -fPIC
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user