diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-14 22:49:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-14 22:49:20 +0800 |
commit | 1ed818df4d6a336a2bfb2de97901fe5d0d0ab0ef (patch) | |
tree | 907459acada590554830de22a5e3825695f36487 /audio/alac | |
parent | 51ebdb49272ea5b9c9afa4c382c333872f224024 (diff) | |
download | freebsd-ports-gnome-1ed818df4d6a336a2bfb2de97901fe5d0d0ab0ef.tar.gz freebsd-ports-gnome-1ed818df4d6a336a2bfb2de97901fe5d0d0ab0ef.tar.zst freebsd-ports-gnome-1ed818df4d6a336a2bfb2de97901fe5d0d0ab0ef.zip |
typo
Diffstat (limited to 'audio/alac')
-rw-r--r-- | audio/alac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile index d79c07c74ff3..cc807ca945bf 100644 --- a/audio/alac/Makefile +++ b/audio/alac/Makefile @@ -22,7 +22,7 @@ PORTDOCS= README .include <bsd.port.options.mk> post-patch: -.if ! ${PORT_OTPIONS:MDEBUG} +.if ! ${PORT_OPTIONS:MDEBUG} @${REINPLACE_CMD} -e 's|-ggdb||' \ ${WRKSRC}/${MAKEFILE} .endif |