diff options
author | steve <steve@FreeBSD.org> | 2001-12-25 05:55:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-25 05:55:00 +0800 |
commit | 3c82c1c63cd07f6ed4208408732231bc827b8684 (patch) | |
tree | 7f451431559e7b62ddabe2c6372204f14b5b958b /www/thttpd | |
parent | 4a20bd02897b3ac835651898b87874e99a6e4613 (diff) | |
download | freebsd-ports-gnome-3c82c1c63cd07f6ed4208408732231bc827b8684.tar.gz freebsd-ports-gnome-3c82c1c63cd07f6ed4208408732231bc827b8684.tar.zst freebsd-ports-gnome-3c82c1c63cd07f6ed4208408732231bc827b8684.zip |
- Move DIST_SUBDIR up so this is portlint clean again.
- Install notes.html from the right directory now that DIST_SUBDIR is set.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 |
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: |