mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
This commit is contained in:
parent
ea0fd29c53
commit
5d7a395ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319275
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: prips
|
||||
# Date created: 29 October 1999
|
||||
# Whom: Jeremy Shaffner <jeremy@external.org>
|
||||
#
|
||||
# Created by: Jeremy Shaffner <jeremy@external.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= prips
|
||||
PORTVERSION= 0.9.9
|
||||
@ -23,14 +19,16 @@ MANCOMPRESSED= yes
|
||||
|
||||
MAKE_ENV+= CFLAGS_WARN="-Wall -W"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/prips.1.gz ${PREFIX}/man/man1/
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user