fbec28fce5
Because it is using autotools, it is a GNU configure, so make the framework know about it Remove useless pre-patch because the framework automatically does the same when for GNU configure
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# Created by: Yarema <yds@CoolRat.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sysconftool
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Helps to install application configuration files
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= autoreconf perl5 tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|