aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmpop3
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-08-14 10:47:23 +0800
committerjim <jim@FreeBSD.org>2002-08-14 10:47:23 +0800
commit9eeffba83ae88025737cca1b52906690ca2f8b07 (patch)
tree05b481efa5e000b9a9ad9b636adbb87e2ea6235e /mail/wmpop3
parent30adbe68755157a05a51f6cfa7b18dbeca680b60 (diff)
downloadfreebsd-ports-gnome-9eeffba83ae88025737cca1b52906690ca2f8b07.tar.gz
freebsd-ports-gnome-9eeffba83ae88025737cca1b52906690ca2f8b07.tar.zst
freebsd-ports-gnome-9eeffba83ae88025737cca1b52906690ca2f8b07.zip
Fix installation of the README file.
Submitted by: Scott Dale Robison <scott@isdr.net>
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>