diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-24 19:11:56 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-24 19:11:56 +0000 |
commit | a7ecf42f53a0427f899e71c70e7794534bcefe3f (patch) | |
tree | ffe93193efaf52ef7dafa367b521428d66123dad /audio/nas | |
parent | 66b0d145c25bdc585b9da4a17b886f7acbb622f8 (diff) | |
download | FreeBSD-ports-a7ecf42f53a0427f899e71c70e7794534bcefe3f.zip FreeBSD-ports-a7ecf42f53a0427f899e71c70e7794534bcefe3f.tar.gz |
- restore the way it was before I started to "fix" things that didn't need
fixing (it was failing on my tindys because of a very particular environment
poisoning)
- no bump of PORTREVISION this time since I didn't actually changed anything
Pointyhat to: itetcu@ (raises and waves "It's me!")
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index bec069b..7ebc0ce 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -24,19 +24,15 @@ MAKE_ARGS= CC="${CC}" CXX="${CXX}" PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +.include "Makefile.man" + .include <bsd.port.pre.mk> 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: +# Work around shortcomings of the Image.rules et. al: ${REINPLACE_CMD} -e 's:-fPIC:${FPIC} -DPIC:g' \ -e 's,-c \$$(CCOPTIONS),-c $$(CFLAGS),' \ -e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \ |