1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

fix EXPIRATION_DATE (set it really to one month),

fix spaces.
This commit is contained in:
Max Brazhnikov 2009-08-11 13:51:01 +00:00
parent c15ea6bf6c
commit 81f63153da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239328
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,8 @@ QT_COMPONENTS= gui dbus xml opengl \
USE_GSTREAMER= yes
IGNORE= superseded by multimedia/qt4-phonon-gst
EXPIRATION_DATE=2009-10-06
EXPIRATION_DATE= 2009-09-06
DEPRECATED= ${IGNORE}
post-patch:
#fix finding automoc when PREFIX is not matched KDE4_PREFIX

View File

@ -25,7 +25,8 @@ QT_COMPONENTS= gui dbus xml qtestlib \
qmake_build moc_build rcc_build uic_build
IGNORE= superseded by multimedia/qt4-phonon
EXPIRATION_DATE=2009-10-06
EXPIRATION_DATE= 2009-09-06
DEPRECATED= ${IGNORE}
.include <bsd.port.pre.mk>