aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2005-10-11 05:34:25 +0800
committermi <mi@FreeBSD.org>2005-10-11 05:34:25 +0800
commitfdc89900dd3532a4994c3252ae648f4a38b49238 (patch)
tree5945991f1657b63a81a86e7c59070634cb17a97f /audio
parentf9294e31db16e8d9ae59264cf349b9cff877f77f (diff)
downloadfreebsd-ports-gnome-fdc89900dd3532a4994c3252ae648f4a38b49238.tar.gz
freebsd-ports-gnome-fdc89900dd3532a4994c3252ae648f4a38b49238.tar.zst
freebsd-ports-gnome-fdc89900dd3532a4994c3252ae648f4a38b49238.zip
Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port.
Diffstat (limited to 'audio')
-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),' \