aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/artwiz-aleczapka-de
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-20 01:56:05 +0800
committermiwi <miwi@FreeBSD.org>2008-04-20 01:56:05 +0800
commitbce9b81f9d6099820f3839d7809d6b08c1d2ae7b (patch)
treef5dd7c3a8dbebad79bdb5e844aeb69c59a9fd12c /x11-fonts/artwiz-aleczapka-de
parent2eea5f1d2e44418020f8f4db08d40bea6915b6e8 (diff)
downloadfreebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.tar.gz
freebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.tar.zst
freebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.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)
Diffstat (limited to 'x11-fonts/artwiz-aleczapka-de')
-rw-r--r--x11-fonts/artwiz-aleczapka-de/Makefile6
-rw-r--r--x11-fonts/artwiz-aleczapka-de/pkg-message4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/artwiz-aleczapka-de/Makefile b/x11-fonts/artwiz-aleczapka-de/Makefile
index 6ba14bff2dbe..21431acaf89b 100644
--- a/x11-fonts/artwiz-aleczapka-de/Makefile
+++ b/x11-fonts/artwiz-aleczapka-de/Makefile
@@ -8,7 +8,7 @@ PORTNAME= artwiz-aleczapka-de
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= x11-fonts
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= artwizaleczapka
MAINTAINER= herbert.skuhra@gmx.at
@@ -21,7 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
FONTS= anorexia.de aqui.de cure.de drift.de edges.de fkp.de gelly.de \
glisp-bold.de glisp.de kates.de lime.de mints-mild.de \
mints-strong.de nu.de smoothansi.de snap.de
-FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/
+FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/
FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias \
${WRKSRC}/fonts.dir
@@ -32,7 +32,7 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR}
post-install:
- @${SED} 's|$${X11BASE}|${X11BASE}|g' \
+ @${SED} 's|$${LOCALBASE}|${LOCALBASE}|g' \
${PKGDIR}/pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
diff --git a/x11-fonts/artwiz-aleczapka-de/pkg-message b/x11-fonts/artwiz-aleczapka-de/pkg-message
index 0831ae036e32..11bfafeb896f 100644
--- a/x11-fonts/artwiz-aleczapka-de/pkg-message
+++ b/x11-fonts/artwiz-aleczapka-de/pkg-message
@@ -6,11 +6,11 @@
Add the following line to the "Files" section and restart XFree86.
- FontPath "${X11BASE}/lib/X11/fonts/artwiz-aleczapka-de"
+ FontPath "${LOCALBASE}/lib/X11/fonts/artwiz-aleczapka-de"
Additionally you have to do:
- # cd ${X11BASE}/lib/X11/fonts/artwiz-aleczapka-de
+ # cd ${LOCALBASE}/lib/X11/fonts/artwiz-aleczapka-de
# fc-cache -v .
------------------------------------------------------------------