diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /arabic/ae_fonts_ttf | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=211584
Diffstat (limited to 'arabic/ae_fonts_ttf')
-rw-r--r-- | arabic/ae_fonts_ttf/Makefile | 4 | ||||
-rw-r--r-- | arabic/ae_fonts_ttf/pkg-message | 12 |
2 files changed, 8 insertions, 8 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> diff --git a/arabic/ae_fonts_ttf/pkg-message b/arabic/ae_fonts_ttf/pkg-message index 2b41375081a2..5f952078626f 100644 --- a/arabic/ae_fonts_ttf/pkg-message +++ b/arabic/ae_fonts_ttf/pkg-message @@ -5,10 +5,10 @@ Add the following line to the "Files" section and restart XFree86. - FontPath "X11BASE/lib/X11/fonts/PORTNAME/AAHS" - FontPath "X11BASE/lib/X11/fonts/PORTNAME/AGA" - FontPath "X11BASE/lib/X11/fonts/PORTNAME/FS" - FontPath "X11BASE/lib/X11/fonts/PORTNAME/Kasr" - FontPath "X11BASE/lib/X11/fonts/PORTNAME/MCS" - FontPath "X11BASE/lib/X11/fonts/PORTNAME/Shmookh" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/AAHS" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/AGA" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/FS" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/Kasr" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/MCS" + FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/Shmookh" ------------------------------------------------------------------ |