diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
commit | c6d73b3a6420b0cc781dcaab5b01819c8831f8f5 (patch) | |
tree | 7717c1858019e0ae60560bed33511b8e59c00f8e /emulators/pearpc | |
parent | 075acacd24db0c43cce5dccc810156a1c5eff446 (diff) | |
download | ports-c6d73b3a6420b0cc781dcaab5b01819c8831f8f5.tar.gz ports-c6d73b3a6420b0cc781dcaab5b01819c8831f8f5.zip |
- Switch SourceForge ports to the new File Release System: categories starting with E,F
Notes
Notes:
svn path=/head/; revision=240069
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index b6573c37016d..217c5c0df222 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -9,8 +9,7 @@ PORTNAME= pearpc PORTVERSION= 0.4 PORTREVISION= 4 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 MAINTAINER= novel@FreeBSD.org COMMENT= PowerPC emulator |