diff options
author | asami <asami@FreeBSD.org> | 2000-11-16 21:28:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-16 21:28:21 +0000 |
commit | 26b389f43f24a79bbbbc4f3a8a11667019a31e80 (patch) | |
tree | 977c667db4d03022e5649276c6efebcadc7c8ea8 /audio | |
parent | 2468f8fdde47d90d4a2ddf72e9d4c92157aab5b3 (diff) | |
download | FreeBSD-ports-26b389f43f24a79bbbbc4f3a8a11667019a31e80.zip FreeBSD-ports-26b389f43f24a79bbbbc4f3a8a11667019a31e80.tar.gz |
Remove do-package target that was running "make package" in
dependencies -- you can do that by setting DEPENDS_TARGET to "package".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index 5c5dc34..7df2081 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> |