diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
commit | 0a44979b96d899f75f2d231a8fab29d828f302a1 (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /textproc | |
parent | 33825714439859db0e96c1bf9b4ead6e68311376 (diff) | |
download | ports-0a44979b96d899f75f2d231a8fab29d828f302a1.tar.gz ports-0a44979b96d899f75f2d231a8fab29d828f302a1.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qstardict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qstardict/Makefile b/textproc/qstardict/Makefile index f8837c75b243..2e8275a777c1 100644 --- a/textproc/qstardict/Makefile +++ b/textproc/qstardict/Makefile @@ -42,7 +42,7 @@ QMAKE_ARGS+= NO_DBUS=1 post-patch: @${REINPLACE_CMD} -e "s|/usr|${PREFIX}|g" \ ${WRKSRC}/qstardict.pri -.if ${PORT_OPTIONS:MDOCS} +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \ ${WRKSRC}/qstardict.pro .endif |