diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-11 01:57:25 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-11 01:57:25 +0000 |
commit | 33624c0958c0d0c5470cfb9699a778ee0c5d5400 (patch) | |
tree | b45cb38d317faf56dbf213a2188236565a41278d /devel/cmake-gui | |
parent | 083f42b7f14930ab843fd8d8310a33a951f2623c (diff) | |
download | ports-33624c0958c0d0c5470cfb9699a778ee0c5d5400.tar.gz ports-33624c0958c0d0c5470cfb9699a778ee0c5d5400.zip |
Notes
Diffstat (limited to 'devel/cmake-gui')
-rw-r--r-- | devel/cmake-gui/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 142457bc3881..4ccf84419286 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -34,9 +34,6 @@ post-patch: ${XARGS} -0 -n 100 ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g; \ s,/usr/X11R6,${LOCALBASE},g' -post-configure: - ${ECHO} "cmake:" >> ${BUILD_WRKSRC}/Makefile - pre-install: ${LN} -sf ${CMAKE_BIN} ${WRKSRC}/bin ${WRKSRC}/bin/cmake-gui --help-man > ${WRKSRC}/cmake-gui.1 |