mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d7f1d8f658
The previous commit enabled non-root builds to work, but broke builds by root instead. The ${GID} variable is blank when the user is root, so the replacement of "root" with ${GID} resulted in bad command. Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged binaries could be stripped now because of that. Commit covered by the "Just fix it" blanket.
17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: Chris Costello <chris@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fconv
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= chris
|
|
|
|
MAINTAINER= chris@FreeBSD.org
|
|
COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
|
|
|
|
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|