diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:51:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:51:37 +0000 |
commit | 280380c16286d93ff6295a0136ff4684a4061580 (patch) | |
tree | b1aae5f887520f0ba9eebf18008a2be0b668c585 /news | |
parent | c1af2407906928aeba75b83b7e2c1cff3df93931 (diff) | |
download | ports-280380c16286d93ff6295a0136ff4684a4061580.tar.gz ports-280380c16286d93ff6295a0136ff4684a4061580.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/pgpmoose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile index 6f377022ecbe..fa17a1d2c551 100644 --- a/news/pgpmoose/Makefile +++ b/news/pgpmoose/Makefile @@ -31,7 +31,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin/ .endfor .for i in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/ .endfor .include <bsd.port.mk> |