diff options
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r-- | mail/popd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 0960c6939c07..e80f05f77c4b 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= popd -PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ @@ -24,6 +23,6 @@ PLIST_SUB= NOPROFILE="" .endif post-extract: - ${MV} ${WRKSRC}/src/popd.8 ${WRKSRC}/src/popd.mdoc + ${RM} ${WRKSRC}/src/.depend .include <bsd.port.mk> |