From d7ac43e73992adf82669194cdd99c09738a98469 Mon Sep 17 00:00:00 2001 From: Pierre-Philipp Braun Date: Wed, 19 Apr 2006 16:56:08 +0000 Subject: [PATCH] - PKGNAME hack (see TODO) - TODO file listing things to be done --- postoffice/Makefile | 4 ++-- postoffice/TODO | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 postoffice/TODO diff --git a/postoffice/Makefile b/postoffice/Makefile index c78e2915be..abbbcb9ba7 100644 --- a/postoffice/Makefile +++ b/postoffice/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2006/04/19 14:58:04 elge Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/19 16:56:08 elge Exp $ # DISTNAME= postoffice-1.3.pre3 -PKGNAME= postoffice-1.3.3 +PKGNAME= postoffice-1.3 CATEGORIES= mail MASTER_SITES= http://www.tsfr.org/~orc/Code/postoffice/ diff --git a/postoffice/TODO b/postoffice/TODO new file mode 100644 index 0000000000..c21efe30ed --- /dev/null +++ b/postoffice/TODO @@ -0,0 +1,15 @@ +things to fix: + + - make install still installs in /usr/local ! + + - I've got a little trouble with PKGNAME that can't be equal to DISTNAME + as it finishes with .pre3. I'm using PKGNAME=postoffice-1.3 as a hack for now. + + - make /usr/pkg/etc/rc.d/postoffice + - make /usr/pkg/share/examples/postoffice/mailer.conf + - make /usr/pkg/etc/postoffice.cf that equals to + /usr/pkg/share/examples/postoffice/postoffice.cf + + - create /etc/virtual and /var/spool/virtual if POSTOFFICE_VIRTUAL=YES + + - probably other things