Fix installation of the README file.

Submitted by:	Scott Dale Robison <scott@isdr.net>
This commit is contained in:
Jim Mock 2002-08-14 02:47:23 +00:00
parent 66fd669085
commit d9e3929875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64484

View file

@ -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>