diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-12 02:07:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-12 02:07:06 +0800 |
commit | 20693f8528c4cf5ea1b6e7d8cbebca12eb1fc5f0 (patch) | |
tree | 36fdf4b553268a6b3f8c16c7f9310b1e5d55d3bf /audio/cymbaline/Makefile | |
parent | 18c2b77c9eded9c03cf8653ced7e26496c10a718 (diff) | |
download | freebsd-ports-gnome-20693f8528c4cf5ea1b6e7d8cbebca12eb1fc5f0.tar.gz freebsd-ports-gnome-20693f8528c4cf5ea1b6e7d8cbebca12eb1fc5f0.tar.zst freebsd-ports-gnome-20693f8528c4cf5ea1b6e7d8cbebca12eb1fc5f0.zip |
add missing files
bump port revision
Diffstat (limited to 'audio/cymbaline/Makefile')
-rw-r--r-- | audio/cymbaline/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cymbaline/Makefile b/audio/cymbaline/Makefile index 9ab036b85319..d9d7cc7c8f7c 100644 --- a/audio/cymbaline/Makefile +++ b/audio/cymbaline/Makefile @@ -8,6 +8,7 @@ PORTNAME= cymbaline PORTVERSION= 0.9r +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://www.silmarill.org/cymbaline/ @@ -21,7 +22,9 @@ NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cymbaline.py ${PREFIX}/bin/cymbaline - ${INSTALL_DATA} ${WRKSRC}/mp3.py ${PYTHON_SITELIBDIR} +.for file in ID3.py cycolors.py mp3.py + ${INSTALL_DATA} ${WRKSRC}/${file} ${PYTHON_SITELIBDIR} +.endfor .if !defined(NOPORTDOCS) post-install: |