summaryrefslogtreecommitdiff
path: root/mail/wmpop3
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-08-14 02:47:23 +0000
committerJim Mock <jim@FreeBSD.org>2002-08-14 02:47:23 +0000
commitd9e3929875f268281e0dccfb9fcc36d1fbdd3d1a (patch)
tree9eb7d72f688d1ba5fc17363083e0da1df912ee15 /mail/wmpop3
parentUpdate to 0.4.3 (diff)
Fix installation of the README file.
Submitted by: Scott Dale Robison <scott@isdr.net>
Notes
Notes: svn path=/head/; revision=64484
Diffstat (limited to 'mail/wmpop3')
-rw-r--r--mail/wmpop3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile
index 7f13fad1a73e..c082e5a60bc2 100644
--- a/mail/wmpop3/Makefile
+++ b/mail/wmpop3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wmpop3
PORTVERSION= 0.5.6a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail windowmaker
MASTER_SITES= http://www.cs.mun.ca/~scotth/download/
DISTFILES= WMPop3-${PORTVERSION}.tar.gz
@@ -30,7 +30,7 @@ do-install:
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpop3"
@${ECHO} "===> Please read it for usage instructions"
@${MKDIR} ${PREFIX}/share/doc/wmpop3
- @${INSTALL_DATA} ${WRKDIR}/${PKGNAME}/README ${PREFIX}/share/doc/wmpop3
+ @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/README ${PREFIX}/share/doc/wmpop3
.endif
.include <bsd.port.mk>