1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/sysutils/sbase/Makefile
Tobias Kortkamp f9fdb2b04f sysutils/sbase: Move to separate PREFIX
This avoids conflicts with base utilities and coreutils

PR:		225683
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-03-13 14:43:50 +00:00

20 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= sbase
DISTVERSION= g20171110
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://git.suckless.org/sbase/snapshot/
DISTNAME= ${PORTNAME}-4b9c664
MAINTAINER= pkubaj@anongoth.pl
COMMENT= Collection of UNIX tools that are portable across UNIX-like systems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_ARGS= PREFIX=${PREFIX}/${PORTNAME} MANPREFIX="${PREFIX}/${PORTNAME}/man"
MANDIRS= ${PREFIX}/${PORTNAME}/man
.include <bsd.port.mk>