diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-10-23 16:25:38 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-10-23 16:25:38 +0000 |
commit | 53f70c2fdac99e52f9a63e862058e2cdd0c97508 (patch) | |
tree | 31dd4f38d2352c337bfc5849048733a106e6443c /mail/popd/Makefile | |
parent | 42698ba3ea98ebcc1bb5a1f4e91e091a80a175ad (diff) |
Control the install destination for header files with INCLUDEDIR, not
INCDIR.
Bump PORTREVISION accordingly.
Submitted by: author
Notes
Notes:
svn path=/head/; revision=68674
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r-- | mail/popd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index d1d65eb691d9..0960c6939c07 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,7 +7,7 @@ PORTNAME= popd PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ |