diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-11 11:57:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-11 11:57:24 +0800 |
commit | 3f30bcbbf99e4b98d4e607b5eb5d2ecd188127b2 (patch) | |
tree | 4cdae703ff439c3058ff71108b82b53e25eb099b /audio/amarok | |
parent | 95f66930fdcf848342dfd02ad7e389301f42bb97 (diff) | |
download | freebsd-ports-gnome-3f30bcbbf99e4b98d4e607b5eb5d2ecd188127b2.tar.gz freebsd-ports-gnome-3f30bcbbf99e4b98d4e607b5eb5d2ecd188127b2.tar.zst freebsd-ports-gnome-3f30bcbbf99e4b98d4e607b5eb5d2ecd188127b2.zip |
Fix bad syntax
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index f3ba017998c2..3f512132f8e3 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -117,7 +117,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} post-install: -.if !empty(PORT_OPTIONS:MMTP) || !empty${PORT_OPTIONS:MNJB} || !empty(PORT_OPTIONS:MGPOD) +.if !empty(PORT_OPTIONS:MMTP) || !empty(PORT_OPTIONS:MNJB) || !empty(PORT_OPTIONS:MGPOD) @${CAT} ${PKGMESSAGE} .endif |