diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 21:28:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 21:28:21 +0000 |
commit | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (patch) | |
tree | a39f8d8c890d9d6ffdbfcc9a094a4fe332f17772 | |
parent | 50fc7798af02de89bbc49393b8ecaa1024bcc3ca (diff) | |
download | ports-c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2.tar.gz ports-c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2.zip |
Notes
-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 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> |