diff options
Diffstat (limited to 'emulators/cpmemu')
-rw-r--r-- | emulators/cpmemu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index e8ae89298a9d..648a14b89efc 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -4,12 +4,10 @@ PORTNAME= cpmemu PORTVERSION= 0.2.1.1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/emulators +MASTER_SITES= SUNSITE/system/emulators DISTNAME= cpm-0.2.1 -PATCH_SITES= ${MASTER_SITE_SUNSITE} -PATCH_SITE_SUBDIR= system/emulators +PATCH_SITES= SUNSITE/system/emulators PATCHFILES= cpm-0.2.1-glibc-rjm.patch.gz PATCH_DIST_STRIP= -p1 |