aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:13:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:23:27 +0000
commit8feefb41ffa32da95204c042a6ff963e4dbee9b5 (patch)
tree34899e52f29f1fb331d6ebee36d279fe2bf9dab2
parent293b50911ab590623c2924db77a0224404203120 (diff)
downloadports-8feefb41ffa32da95204c042a6ff963e4dbee9b5.tar.gz
ports-8feefb41ffa32da95204c042a6ff963e4dbee9b5.zip
devel/pear-Pager: Add NO_ARCH
-rw-r--r--devel/pear-Pager/Makefile4
-rw-r--r--devel/pear-Pager/pkg-descr3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/pear-Pager/Makefile b/devel/pear-Pager/Makefile
index bed959bc7180..9f70b6fdb0bd 100644
--- a/devel/pear-Pager/Makefile
+++ b/devel/pear-Pager/Makefile
@@ -5,10 +5,12 @@ PORTVERSION= 2.5.1
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= PEAR data paging class
+COMMENT= Data paging class
LICENSE= BSD2CLAUSE
USES= pear
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/pear-Pager/pkg-descr b/devel/pear-Pager/pkg-descr
index 1ae3f22338fe..1adbbab13384 100644
--- a/devel/pear-Pager/pkg-descr
+++ b/devel/pear-Pager/pkg-descr
@@ -1,5 +1,4 @@
-PEAR::Pager takes an array of data as input and pages it according to various
-parameters.
+It takes an array of data as input and pages it according to various parameters.
It also builds links within a specified range, and allows complete customization
of the output (it even works with front controllers and mod_rewrite).