diff options
Diffstat (limited to 'www/pnews')
-rw-r--r-- | www/pnews/Makefile | 4 | ||||
-rw-r--r-- | www/pnews/pkg-plist | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/www/pnews/Makefile b/www/pnews/Makefile index d60816e3d4a6..a7197e779e1a 100644 --- a/www/pnews/Makefile +++ b/www/pnews/Makefile @@ -7,13 +7,13 @@ PORTEPOCH= 1 CATEGORIES= www news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PHP Web-based News Reader -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +USES= tar:tgz USE_PHP= yes NO_BUILD= yes diff --git a/www/pnews/pkg-plist b/www/pnews/pkg-plist index d9d033b134d4..c21311d994dc 100644 --- a/www/pnews/pkg-plist +++ b/www/pnews/pkg-plist @@ -67,9 +67,3 @@ %%PNEWSDIR%%/utils.js %%PNEWSDIR%%/version.inc.php %%PNEWSDIR%%/xpost.php -@dirrmtry %%PNEWSDIR%%/auth -@dirrmtry %%PNEWSDIR%%/css -@dirrmtry %%PNEWSDIR%%/doc -@dirrmtry %%PNEWSDIR%%/examples -@dirrmtry %%PNEWSDIR%%/language -@dirrmtry %%PNEWSDIR%% |