aboutsummaryrefslogtreecommitdiff
path: root/www/thttpd
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-24 21:55:00 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-24 21:55:00 +0000
commitc5654af1b4a90d34cb2a8a18c055093238ca35a8 (patch)
tree2f0d38db1aebc041671a39249057d9dbbb8f9b0f /www/thttpd
parent0cf708bc4e735df6253aaff5c26451caf0f2e87a (diff)
downloadports-c5654af1b4a90d34cb2a8a18c055093238ca35a8.tar.gz
ports-c5654af1b4a90d34cb2a8a18c055093238ca35a8.zip
- Move DIST_SUBDIR up so this is portlint clean again.
- Install notes.html from the right directory now that DIST_SUBDIR is set.
Notes
Notes: svn path=/head/; revision=52117
Diffstat (limited to 'www/thttpd')
-rw-r--r--www/thttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index 5737a031a4ec..7d201866074d 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -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: