diff options
Diffstat (limited to 'net-mgmt/2ping')
-rw-r--r-- | net-mgmt/2ping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index 0537255e8ae6..1acb56564c39 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -20,7 +20,7 @@ USE_PERL5= configure USES= perl5 PLIST_FILES= bin/2ping \ - man/man1/2ping.1.gz + ${SITE_MAN1}/2ping.1.gz post-patch: @${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL |