diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-13 01:53:47 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-13 01:53:47 +0800 |
commit | cd88cecf53e926ef2064bd7b9ddd6c823d3cddd3 (patch) | |
tree | a789eba470952d9bbf1c6521e69d4a6b006bdf50 /news/s-news/Makefile | |
parent | d50a61aa7baf5094c6e882eb57be81a93987f4ca (diff) | |
download | freebsd-ports-gnome-cd88cecf53e926ef2064bd7b9ddd6c823d3cddd3.tar.gz freebsd-ports-gnome-cd88cecf53e926ef2064bd7b9ddd6c823d3cddd3.tar.zst freebsd-ports-gnome-cd88cecf53e926ef2064bd7b9ddd6c823d3cddd3.zip |
- Fix permissions, fix install by non-root
- Remove obsolete MAN*
Diffstat (limited to 'news/s-news/Makefile')
-rw-r--r-- | news/s-news/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile index e2671389e565..575f16914f50 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -3,7 +3,7 @@ PORTNAME= s-news PORTVERSION= 0.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.lost.org.uk/ @@ -20,13 +20,9 @@ CONFIGURE_ARGS+= \ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -USES= gmake +USES= gmake fakeroot GNU_CONFIGURE= yes -MAN1= inews.1 -MAN8= expire.8 listactive.8 makehistory.8 newgroup.8 nntpd.8 overview.8 \ - qnews.8 rmgroup.8 rnews.8 - PORTDOCS= README README.conf README.suck TODO OPTIONS_DEFINE= DOCS |