summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-16 21:28:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-16 21:28:21 +0000
commitc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (patch)
treea39f8d8c890d9d6ffdbfcc9a094a4fe332f17772 /audio
parentNew port of Z39.50 server named 'zebra'. (diff)
Remove do-package target that was running "make package" in
dependencies -- you can do that by setting DEPENDS_TARGET to "package".
Notes
Notes: svn path=/head/; revision=35206
Diffstat (limited to 'audio')
-rw-r--r--audio/vorbis/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile
index 5c5dc34cee02..7df2081b8f68 100644
--- a/audio/vorbis/Makefile
+++ b/audio/vorbis/Makefile
@@ -30,9 +30,4 @@ pre-install:
do-install: # empty
-do-package:
-.for i in ${SUBPORTS}
- cd ${PORTSDIR}/audio/${i} && ${MAKE} package
-.endfor
-
.include <bsd.port.mk>