diff options
author | scrappy <scrappy@FreeBSD.org> | 2007-12-20 12:39:11 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2007-12-20 12:39:11 +0800 |
commit | da122b785ce97d6f06e32341ee1b6d34b5f7eee3 (patch) | |
tree | c9e80262acfce7a8b1f649a69fe48e5201bd6b93 /sysutils/bsdstats | |
parent | 2039aa04db3ac500059155bf543aa960f1e062f9 (diff) | |
download | freebsd-ports-gnome-da122b785ce97d6f06e32341ee1b6d34b5f7eee3.tar.gz freebsd-ports-gnome-da122b785ce97d6f06e32341ee1b6d34b5f7eee3.tar.zst freebsd-ports-gnome-da122b785ce97d6f06e32341ee1b6d34b5f7eee3.zip |
Set LOCALBASE if not already set
PR: ports/114305
Submitted by: Volker Werth <volker@vwsoft.com>
Diffstat (limited to 'sysutils/bsdstats')
-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 |