diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-11 15:21:28 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-11 15:21:28 +0000 |
commit | f1f56e65fc5054838460d8d3298acb666f211ac4 (patch) | |
tree | 88cd0b4fd5dbf539757024623a30ef16b27f742c /audio/dcd | |
parent | 1e268ba7dde97073767bc12df6c3584b98a40438 (diff) | |
download | ports-f1f56e65fc5054838460d8d3298acb666f211ac4.tar.gz ports-f1f56e65fc5054838460d8d3298acb666f211ac4.zip |
Notes
Diffstat (limited to 'audio/dcd')
-rw-r--r-- | audio/dcd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile index d3cfe76f483e..792f3eee9844 100644 --- a/audio/dcd/Makefile +++ b/audio/dcd/Makefile @@ -22,6 +22,8 @@ USE_GMAKE= yes MAN1= dcd.1 PLIST_FILES= bin/dcd +LATEST_LINK= audio_dcd + post-patch: # Handle namespace collision with libcdaudio ${REINPLACE_CMD} -e 's|cd_stop|dcd_stop|g; s|cd_eject|dcd_eject|g; \ |