diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/stymulator | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) | |
download | ports-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz ports-48b16bc177d9ad0dac59e3e086204be593eaf476.zip |
Notes
Diffstat (limited to 'audio/stymulator')
-rw-r--r-- | audio/stymulator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile index 201ad78bb722..1369aa057691 100644 --- a/audio/stymulator/Makefile +++ b/audio/stymulator/Makefile @@ -16,6 +16,8 @@ DISTNAME= STYMulator-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line Yamaha YM2149 (.ym) chiptune player +LICENSE= GPLv2 + USE_DOS2UNIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -23,8 +25,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= ymplayer.1 ym2wav.1 PLIST_FILES= bin/ym2wav bin/ymplayer bin/stymulator -LICENSE= GPLv2 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${PREFIX}/bin |