diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:32:16 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:32:16 +0000 |
commit | 05f7f8203f0aa1ac7104fdfb68bc27aeb03736e2 (patch) | |
tree | 2fc5d6b28106a86de1d9dce1244e5791b7b25434 /www/mod_gzip/Makefile | |
parent | aa3858deb1e0a6a07490513c93a4a0c1f762c1e0 (diff) | |
download | ports-05f7f8203f0aa1ac7104fdfb68bc27aeb03736e2.tar.gz ports-05f7f8203f0aa1ac7104fdfb68bc27aeb03736e2.zip |
The distfiles themselves don't have any version information in their names.
Make PORTVERSION part of the DISTSUBDIR.
Notes
Notes:
svn path=/head/; revision=42413
Diffstat (limited to 'www/mod_gzip/Makefile')
-rw-r--r-- | www/mod_gzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile index bb72a766ee33..801fb22c8a77 100644 --- a/www/mod_gzip/Makefile +++ b/www/mod_gzip/Makefile @@ -23,7 +23,7 @@ DISTFILES+= changes.txt commands.txt samples.txt NO_WRKSUBDIR= YES -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_AFTER_ARGS= > ${PORTNAME}.c do-build: |