freebsd-ports/security/linux-pam-docs/Makefile
Martin Wilke af66c01082 - Broken distfile mismatch
- While here trim header

fetch: http://ftp.ntu.edu.tw/linux/libs/pam/documentation//Linux-PAM-1.1.4-docs.tar.gz: size unknown
fetch: http://ftp.ntu.edu.tw/linux/libs/pam/documentation//Linux-PAM-1.1.4-docs.tar.gz: size of remote file is not known
Linux-PAM-1.1.4-docs.tar.gz                             -1  B 1550 kBps
2013-02-13 14:53:46 +00:00

27 lines
622 B
Makefile

# Created by: Hideyuki KURASHINA <rushani@FreeBSD.org>
# $FreeBSD$
PORTNAME= linux-pam-docs
PORTVERSION= 1.1.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR= linux/libs/pam/documentation/
DISTNAME= Linux-PAM-${PORTVERSION}-docs
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux-PAM offline documentation
BROKEN= distfile mismatch
WRKSRC= ${WRKDIR}/Linux-PAM-${PORTVERSION}
NO_BUILD= yes
.if defined(NOPORTDOCS)
IGNORE= can't be installed when NOPORTDOCS is defined
.endif
do-install:
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.include <bsd.port.mk>