diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-21 02:01:39 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-21 02:01:39 +0800 |
commit | 97ab8714043dc889cf1c4872826ed25827b1b98c (patch) | |
tree | abfb580762b0c0cec0d6f133ef0028a0ecc02000 /japanese | |
parent | e037a26252f4afd46e85718645ac3c5eb437fa40 (diff) | |
download | freebsd-ports-gnome-97ab8714043dc889cf1c4872826ed25827b1b98c.tar.gz freebsd-ports-gnome-97ab8714043dc889cf1c4872826ed25827b1b98c.tar.zst freebsd-ports-gnome-97ab8714043dc889cf1c4872826ed25827b1b98c.zip |
Mans are installed automatically, forgot to remove those lines
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gawk/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index 8eb4b82392e6..907a17be4758 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -30,8 +30,6 @@ post-configure: ${WRKSRC}/Makefile ${WRKSRC}/doc/Makefile ${WRKSRC}/awklib/Makefile post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/gawk.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/igawk.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} OREADME.MB README.MB ${STAGEDIR}${DOCSDIR}) |