1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Hackish way to support stage (bad upstream that uses DESTDIR instead of PREFIX)

This commit is contained in:
Baptiste Daroussin 2014-01-09 13:16:29 +00:00
parent 24373dae37
commit acf4676617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339225

View File

@ -12,9 +12,8 @@ MASTER_SITE_SUBDIR= pgollucci
MAINTAINER= ports@FreeBSD.org
COMMENT= Encode/decode binary to printable ASCII
MAKE_FLAGS= DESTDIR=${PREFIX} -f
DESTDIRNAME= IGNOREME
MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX}
MAKEFILE= Makefile.sun
MAN1= btoa.1
NO_STAGE= yes
.include <bsd.port.mk>