diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-08-16 15:14:15 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-08-16 15:14:15 +0000 |
commit | 8c05d4d7335847be32e46a68480c593f2f2045a7 (patch) | |
tree | 89e88f2d9bbbfb9ab37af6a2bf3f2d8ea0e22690 /mail/popd/Makefile | |
parent | Set proper ownership and permissions in ${PREFIX}/lib/oz (UID and GID in (diff) |
Turn off -Werror for now; it breaks the build on both -current and
-stable.
Requested by: The author
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r-- | mail/popd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 9adf5fd2a289..d1d65eb691d9 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ |