diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-05 06:46:38 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-05 06:46:38 +0000 |
commit | 564f77883e1b24d0d80e590d05bd2fdc506e44b0 (patch) | |
tree | b787d2f7df4a646c5480d555ec2ddfef7bfd8183 /news/slrn | |
parent | 9b2b727c3fcec3f2357674ef77202544a025f2d2 (diff) | |
download | ports-564f77883e1b24d0d80e590d05bd2fdc506e44b0.tar.gz ports-564f77883e1b24d0d80e590d05bd2fdc506e44b0.zip |
Notes
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 3 | ||||
-rw-r--r-- | news/slrn/pkg-plist | 32 |
2 files changed, 17 insertions, 18 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index d445f608cecf..834799738904 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -20,7 +20,7 @@ PATCHFILES= slrn-0.9.8.1-fetch.diff \ slrn-0.9.8.1-lastchar2.diff PATCH_DIST_STRIP= -p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= SLang-based newsreader LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang @@ -28,7 +28,6 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_REINPLACE= yes .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls diff --git a/news/slrn/pkg-plist b/news/slrn/pkg-plist index e5b399104d28..82199204e183 100644 --- a/news/slrn/pkg-plist +++ b/news/slrn/pkg-plist @@ -39,21 +39,21 @@ bin/slrnpull %%NLS%%share/locale/ru/LC_MESSAGES/slrn.mo %%NLS%%share/locale/sv/LC_MESSAGES/slrn.mo %%NLS%%share/locale/tr/LC_MESSAGES/slrn.mo -share/slrn/macros/color.sl -share/slrn/macros/gsort.sl -share/slrn/macros/ispell.sl -share/slrn/macros/latin2.sl -share/slrn/macros/multipart.sl -share/slrn/macros/nn.sl -share/slrn/macros/posthook.sl -share/slrn/macros/search.sl -share/slrn/macros/tin-art.sl -share/slrn/macros/tin-group.sl -share/slrn/macros/ttyprint.sl -share/slrn/macros/util.sl -share/slrn/macros/varset.sl -share/slrn/macros/xcomment.sl -@dirrm share/slrn/macros -@dirrm share/slrn +%%DATADIR%%/macros/color.sl +%%DATADIR%%/macros/gsort.sl +%%DATADIR%%/macros/ispell.sl +%%DATADIR%%/macros/latin2.sl +%%DATADIR%%/macros/multipart.sl +%%DATADIR%%/macros/nn.sl +%%DATADIR%%/macros/posthook.sl +%%DATADIR%%/macros/search.sl +%%DATADIR%%/macros/tin-art.sl +%%DATADIR%%/macros/tin-group.sl +%%DATADIR%%/macros/ttyprint.sl +%%DATADIR%%/macros/util.sl +%%DATADIR%%/macros/varset.sl +%%DATADIR%%/macros/xcomment.sl +@dirrm %%DATADIR%%/macros +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/slrnpull %%PORTDOCS%%@dirrm %%DOCSDIR%% |