diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-23 19:13:43 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-23 19:13:43 +0000 |
commit | 103f4ad00f08762d088df53e6b8abd55f42df250 (patch) | |
tree | a497d4a55cb8b16b51203597c731b6572cdeb094 /games | |
parent | 248f7120044e7f33a0b6c80a95377d16215c7b6c (diff) | |
download | ports-103f4ad00f08762d088df53e6b8abd55f42df250.tar.gz ports-103f4ad00f08762d088df53e6b8abd55f42df250.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/simsu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile index 1556d5e6aff1..1b9ad05a385f 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -3,6 +3,7 @@ PORTNAME= simsu PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -14,7 +15,6 @@ LICENSE= GPLv3 USE_BZIP2= yes USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats -USE_GNOME= desktopfileutils INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes @@ -34,6 +34,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @-update-desktop-database - .include <bsd.port.mk> |