mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Move DIST_SUBDIR up so this is portlint clean again.
- Install notes.html from the right directory now that DIST_SUBDIR is set.
This commit is contained in:
parent
0cf708bc4e
commit
c5654af1b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52117
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ MASTER_SITES= http://www.acme.com/software/thttpd/ \
|
|||
http://www.freenix.no/~anders/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}beta4
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} notes.html
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= anders@FreeBSD.org
|
||||
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
IGNOREFILES= notes.html
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -64,7 +64,7 @@ do-install:
|
|||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/thttpd
|
||||
@${INSTALL_DATA} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd
|
||||
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/notes.html ${PREFIX}/share/doc/thttpd
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue