diff options
-rw-r--r-- | x11-fonts/etlfonts/Makefile | 6 | ||||
-rw-r--r-- | x11-fonts/etlfonts/pkg-req | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/x11-fonts/etlfonts/Makefile b/x11-fonts/etlfonts/Makefile index c9c060237192..e8ee4a675c5b 100644 --- a/x11-fonts/etlfonts/Makefile +++ b/x11-fonts/etlfonts/Makefile @@ -18,11 +18,11 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ USE_XORG= x11 +DEPRECATED= master site gone +EXPIRATION_DATE= 2013-12-31 + NO_STAGE= yes post-extract: @${GUNZIP_CMD} ${WRKSRC}/*.gz -post-install: - @${SH} ${PKGREQ} ${PKGNAME} INSTALL - .include <bsd.port.mk> diff --git a/x11-fonts/etlfonts/pkg-req b/x11-fonts/etlfonts/pkg-req deleted file mode 100644 index f5c77cdd40ea..000000000000 --- a/x11-fonts/etlfonts/pkg-req +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -echo "Remember to add a FontPath entry to /etc/XF86Config to use non-cjk font:" -echo " FontPath \"/usr/X11R6/lib/X11/fonts/non-cjk/\"" |