diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-05 14:46:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-05 14:46:38 +0800 |
commit | 17f4fa991dc57ab166876e604c3f73fe69f771d2 (patch) | |
tree | bdf9290bc30e282dea1d66dd3c6ec958a5a032ae /news | |
parent | 9d4e5ba111960ccad6788328addbab8849023b23 (diff) | |
download | freebsd-ports-gnome-17f4fa991dc57ab166876e604c3f73fe69f771d2.tar.gz freebsd-ports-gnome-17f4fa991dc57ab166876e604c3f73fe69f771d2.tar.zst freebsd-ports-gnome-17f4fa991dc57ab166876e604c3f73fe69f771d2.zip |
- Hand maintainership to submitter
- Pet portlint
PR: 96813
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'news')
-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%% |