freebsd-ports/sysutils/apt-mirror-devel/Makefile
Rene Ladan 5d17617b18 sysutils/apt-mirror-devel: simplify installing the sample configuration file.
It looks like the build cluster failed to build the previous revision of this
port, although local poudriere bulk -t was fine.
2023-01-29 15:13:09 +01:00

26 lines
478 B
Makefile

PORTNAME= apt-mirror
DISTVERSION= 0.5.4-35
DISTVERSIONSUFFIX= -g088fa51
PORTREVISION= 2
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
MAINTAINER= rene@FreeBSD.org
COMMENT= Debian/Ubuntu apt sources mirroring tool
WWW= https://apt-mirror.github.io/
LICENSE= GPLv2
USES= perl5 shebangfix
SHEBANG_FILES= apt-mirror
USE_GITHUB= yes
RUN_DEPENDS= wget:ftp/wget
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>