aboutsummaryrefslogtreecommitdiff
path: root/www/snownews
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2009-01-08 15:14:27 +0000
committerStefan Walter <stefan@FreeBSD.org>2009-01-08 15:14:27 +0000
commit799c15404c033df4f53dd9a38b7768b8bd169caa (patch)
treece57d5b216d18f491ec0f3e824a9e244b900072b /www/snownews
parentb9f8dbd2721c73ac500204fa37da8753e32d4111 (diff)
downloadports-799c15404c033df4f53dd9a38b7768b8bd169caa.tar.gz
ports-799c15404c033df4f53dd9a38b7768b8bd169caa.zip
Notes
Diffstat (limited to 'www/snownews')
-rw-r--r--www/snownews/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index f1b2c7044af4..16a1c2b865c0 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -21,14 +21,6 @@ HAS_CONFIGURE= yes
OPTIONS= OPML "Outline Processor Markup Support" on
-.if defined(CHARSET)
-CONFIGURE_ARGS= --charset=${CHARSET}
-.if ${CHARSET} == "UTF-8"
-post-configure:
- @${REINPLACE_CMD} -e 's|ncursesw|ncurses|g' ${WRKSRC}/platform_settings
-.endif
-.endif
-
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
@@ -49,13 +41,6 @@ _MANPAGES+= ${PREFIX}/man/man1/opml2snow.1
MAN1= snownews.1
MANLANG= "" de nl fr it ru_RU.KOI8-R
-pre-everything::
- @${ECHO_MSG} " "
- @${ECHO_MSG} " You can set up CHARSET variable for your localization."
- @${ECHO_MSG} " Example: make CHARSET=ISO-8859-2"
- @${ECHO_MSG} " Default is ISO-8859-1."
- @${ECHO_MSG} " "
-
post-patch:
@${REINPLACE_CMD} -e 's|#!/usr/local/bin/perl|#!${PERL}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile