diff options
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 62fbb78c38d6..c9cd59f31e55 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -12,7 +12,6 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Network Audio System USES= imake -NO_STAGE= yes USE_CSTD= gnu89 USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw USE_LDCONFIG= yes @@ -22,8 +21,6 @@ MAKE_JOBS_UNSAFE= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -.include "Makefile.man" - .include <bsd.port.pre.mk> post-configure: @@ -33,9 +30,6 @@ post-configure: -e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \ ${WRKSRC}/lib/audio/Makefile -post-install: - @${CAT} ${PKGMESSAGE} - .if ${ARCH} == "sparc64" FPIC= -fPIC .else |