- 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:
Steve Price 2001-12-24 21:55:00 +00:00
parent 0cf708bc4e
commit c5654af1b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52117

View file

@ -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: