diff options
Diffstat (limited to 'arabic/ae_fonts_ttf/Makefile')
-rw-r--r-- | arabic/ae_fonts_ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile index 1e225f2e6284..30849694329a 100644 --- a/arabic/ae_fonts_ttf/Makefile +++ b/arabic/ae_fonts_ttf/Makefile @@ -9,7 +9,7 @@ PORTNAME= ae_fonts1_ttf PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= arabic x11-fonts -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= arabeyes DISTNAME= ae_fonts1_ttf_${PORTVERSION} @@ -72,7 +72,7 @@ do-install: .endfor post-install: - @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \ + @${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \ | ${SED} "s|PORTNAME|ae_fonts1|g" .include <bsd.port.mk> |