freebsd-ports/devel/inilib/Makefile
Antoine Brodin 228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00

14 lines
288 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= inilib
PORTVERSION= 1.0.7b3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0.7
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ lib which provides a method of saving the "state" of a program
GNU_CONFIGURE= yes
.include <bsd.port.mk>