1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/fpart/Makefile
Ganael LAPLANCHE 7adb6e0d6e - Always copy documentation to stage dir
- Remove useless inclusion of bsd.port.options.mk
- Avoid .for loop to install documentation

Submitted by:	danfe
2013-11-07 16:06:22 +00:00

26 lines
598 B
Makefile

# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
PORTNAME= fpart
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/fpart/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Sort and pack files into partitions
LICENSE= BSD
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-embfts
PLIST_FILES= bin/fpart man/man1/fpart.1.gz
PORTDOCS= Changelog README TODO
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>