diff options
-rw-r--r-- | sysutils/bsdstats/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bsdstats/pkg-install | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index a38f3bb3d5f6..584d4d8e5417 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -7,6 +7,7 @@ PORTNAME= bsdstats PORTVERSION= 5.4 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= diff --git a/sysutils/bsdstats/pkg-install b/sysutils/bsdstats/pkg-install index 8a46c24f0d31..39014b69f187 100644 --- a/sysutils/bsdstats/pkg-install +++ b/sysutils/bsdstats/pkg-install @@ -2,6 +2,7 @@ # # pkg-install : based off ${PORTSDIR}/mail/courier/files/pkg-install.in # +LOCALBASE=${LOCALBASE:=/usr/local} ask() { local question default answer |