diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-21 18:55:23 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-21 18:55:23 +0000 |
commit | db9017f44b2885dbdb4b8e3691ae74c0644846aa (patch) | |
tree | 02389b03a3b45b0947b677d5e6e32fcaee96f399 /net/micq/Makefile | |
parent | 985650b37806b6a41ad046cae07d132ad33ed24e (diff) | |
download | FreeBSD-ports-db9017f44b2885dbdb4b8e3691ae74c0644846aa.zip FreeBSD-ports-db9017f44b2885dbdb4b8e3691ae74c0644846aa.tar.gz |
Fix Russian messages. They are not compiled in by default, so PORTREVISION
was not bumbed.
Submitted by: "Alexandr A. Listopad" <laa@lucky.net>
Diffstat (limited to 'net/micq/Makefile')
-rw-r--r-- | net/micq/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 1e66b15..6ec760f 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -16,8 +16,11 @@ MAINTAINER= ports@freebsd.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1/-p1/}/src +MAN1= micq.1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/../micq.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/micq |