aboutsummaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-10-10 21:34:25 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-10-10 21:34:25 +0000
commitd618db5fd2473da685a1d6c61274c7affb538cd9 (patch)
treeabe0b45b92d0662feef88fdd869f35dcbcb282a6 /audio/nas
parent26379b917087ff4c49ee8be5ad9218960898811e (diff)
downloadports-d618db5fd2473da685a1d6c61274c7affb538cd9.tar.gz
ports-d618db5fd2473da685a1d6c61274c7affb538cd9.zip
Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port.
Notes
Notes: svn path=/head/; revision=144872
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index f59acbc1d5eb..541981439bdf 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -16,6 +16,7 @@ COMMENT= Network Audio System
USE_REINPLACE= yes
USE_IMAKE= yes
+ALLTARGET= clean includes depend
INSTALLS_SHLIB= yes
CFLAGS+= -Werror
MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
@@ -25,7 +26,6 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -n -e "s|<malloc.h>||" -e t -e p
post-configure:
- cd ${WRKSRC} && ${MAKE} Makefiles clean includes depend
# Work around shortcomings of the Image.rules et. al:
${REINPLACE_CMD} -e 's:-fPIC:${FPIC} -DPIC:g' \
-e 's,-c \$$(CCOPTIONS),-c $$(CFLAGS),' \