diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-05 21:44:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-05 21:44:22 +0000 |
commit | 233b5eecc0c8d9d2f2768dc3f657c4b604a0681f (patch) | |
tree | 9a7f1c05839c772541b1aed3bc7630580326026d /emulators/ppsspp/Makefile | |
parent | 2add4d6e9ff4a1e7b7c60e1444545d81bb547907 (diff) |
Notes
Diffstat (limited to 'emulators/ppsspp/Makefile')
-rw-r--r-- | emulators/ppsspp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 75b8e998c384..42b4bdf2bba0 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,10 +3,10 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.2.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators # XXX Get from Debian once #697821 lands -MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/1/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage +MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} |