diff options
author | greid <greid@FreeBSD.org> | 2001-06-17 18:26:04 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-06-17 18:26:04 +0800 |
commit | a9368b0c29c3a7d2ec22b3dd888a440a4e723ae7 (patch) | |
tree | 292ebe6e4f420cd0e954dd0474d9ed0f46514f16 /mail | |
parent | aba86ce6454ac3f03f06fc9f67feafe216891056 (diff) | |
download | freebsd-ports-gnome-a9368b0c29c3a7d2ec22b3dd888a440a4e723ae7.tar.gz freebsd-ports-gnome-a9368b0c29c3a7d2ec22b3dd888a440a4e723ae7.tar.zst freebsd-ports-gnome-a9368b0c29c3a7d2ec22b3dd888a440a4e723ae7.zip |
Add a DIST_SUBDIR so the index.shtml file doesn't end up in ports/distfiles.
Submitted by: roam
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spambnc/Makefile | 6 | ||||
-rw-r--r-- | mail/spambnc/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index c596ed319abb..bcfd49555a7f 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -8,8 +8,9 @@ PORTNAME= spambnc PORTVERSION= 20010514 CATEGORIES= mail -MASTER_SITES= ftp://ftp.spambouncer.org/ +MASTER_SITES= http://www.spambouncer.org/ DISTFILES= sb.tar.Z index.shtml +DIST_SUBDIR= spambnc EXTRACT_ONLY= sb.tar.Z MAINTAINER= greid@FreeBSD.org @@ -42,7 +43,8 @@ do-install: .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spambnc/ - ${INSTALL_DATA} ${DISTDIR}/index.shtml ${PREFIX}/share/doc/spambnc/documentation.html + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/index.shtml \ + ${PREFIX}/share/doc/spambnc/documentation.html .endif post-install: diff --git a/mail/spambnc/distinfo b/mail/spambnc/distinfo index 241a4f40ad69..e293366af76e 100644 --- a/mail/spambnc/distinfo +++ b/mail/spambnc/distinfo @@ -1,2 +1,2 @@ -MD5 (sb.tar.Z) = 8d6d501af83080f532016fd0cf384287 -MD5 (index.shtml) = IGNORE +MD5 (spambnc/sb.tar.Z) = 8d6d501af83080f532016fd0cf384287 +MD5 (spambnc/index.shtml) = IGNORE |