mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
24 lines
623 B
Makefile
24 lines
623 B
Makefile
# Created by: Peter Johnson <johnson.peter@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= autodist
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://silcnet.org/download/autodist/sources/ \
|
|
http://public.planetmirror.com/pub/silcnet/autodist/sources/ \
|
|
ftp://ftp.planetmirror.com/pub/silcnet/autodist/sources/
|
|
|
|
MAINTAINER= johnson.peter@gmail.com
|
|
COMMENT= Distribution creation system
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= autodist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^install-exec-hook:/,/^$$/s/^ .*//' \
|
|
${WRKSRC}/apps/autodist/Makefile.in
|
|
${ECHO} "file empty" >> ${WRKSRC}/apps/autodist/doc/autodist.info
|
|
|
|
.include <bsd.port.mk>
|