diff options
author | asami <asami@FreeBSD.org> | 2000-09-21 07:48:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-21 07:48:07 +0800 |
commit | 35bcee82e94a6252e79325c512188b3546af719b (patch) | |
tree | 416d7e3d55cd90b64af6ffd09b2985f40471dd94 /audio/nas/Makefile | |
parent | 12527eb0213368347b970f55ff15b0fdfe8d0650 (diff) | |
download | freebsd-ports-gnome-35bcee82e94a6252e79325c512188b3546af719b.tar.gz freebsd-ports-gnome-35bcee82e94a6252e79325c512188b3546af719b.tar.zst freebsd-ports-gnome-35bcee82e94a6252e79325c512188b3546af719b.zip |
Remove html man pages and tricks that deal with it -- these are now
handled in bsd.port.mk.
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 101e110b7bc7..e585c5533e17 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -70,14 +70,6 @@ MAN3= AuAnyEvent.3 AuBucketAttributes.3 AuCloseServer.3 \ SoundReadFile.3 SoundRewindFile.3 SoundSeekFile.3 \ SoundStringToFileFormat.3 SoundTellFile.3 SoundWriteFile.3 -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} > 3 -PLIST_SUB+= XFREE4:="" -.else -PLIST_SUB+= XFREE4:="@comment " -.endif - post-patch: @find ${WRKSRC} -name '*.[ch]' | xargs \ ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" @@ -85,4 +77,4 @@ post-patch: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |