diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-23 21:22:22 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-23 21:22:22 +0800 |
commit | 302ac6bc54cfae29985ff8a2fad4120bca072949 (patch) | |
tree | 8bfbfc3534eb5bdc9f13fbb93d0aa75bb92e6c6b /net | |
parent | 5a9af536b3a08f47a863724ea8e5d88b367dafe6 (diff) | |
download | freebsd-ports-gnome-302ac6bc54cfae29985ff8a2fad4120bca072949.tar.gz freebsd-ports-gnome-302ac6bc54cfae29985ff8a2fad4120bca072949.tar.zst freebsd-ports-gnome-302ac6bc54cfae29985ff8a2fad4120bca072949.zip |
remove NO_STAGE.
Approved by: portmgr@
Diffstat (limited to 'net')
-rw-r--r-- | net/kwooty/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/kwooty/Makefile b/net/kwooty/Makefile index 03a0e761530c..4f93e0ce7e69 100644 --- a/net/kwooty/Makefile +++ b/net/kwooty/Makefile @@ -19,7 +19,6 @@ USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \ ${WRKSRC}/src/preferences/kwootysettings.kcfg |