1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2013-12-30 17:10:08 +00:00
parent 098eaadbaa
commit a530415349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338143

View File

@ -23,7 +23,6 @@ SYSTEM_TRAY_DESC= System-tray icon
SYSTEM_TRAY_CONFIGURE_OFF= --disable-system-tray
USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build
NO_STAGE= yes
QT_NONSTANDARD= yes
USES= gmake
GNU_CONFIGURE= yes
@ -42,6 +41,6 @@ post-configure:
${QMAKE_ARGS})
post-install:
@${STRIP_CMD} ${PREFIX}/bin/qsynth
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsynth
.include <bsd.port.mk>