freebsd-ports/mail/rblcheck/Makefile
Peter Pentchev d094354d2a While I'm here, fix PORTDOCS handling:
- no need for loops and multiple install invocations, docs/* is fine;
- add %%PORTDOCS%% to pkg-plist, so +CONTENTS is generated correctly.
2001-03-04 16:56:32 +00:00

23 lines
506 B
Makefile

# New ports collection makefile for: rblcheck
# Date created: 28 January 1998
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
PORTNAME= rblcheck
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/rblcheck
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/rblcheck
.endif
.include <bsd.port.mk>