- PKGNAME hack (see TODO)

- TODO file listing things to be done
This commit is contained in:
Pierre-Philipp Braun 2006-04-19 16:56:08 +00:00 committed by Thomas Klausner
parent 21a54620e7
commit d7ac43e739
2 changed files with 17 additions and 2 deletions

View file

@ -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/

15
postoffice/TODO Normal file
View file

@ -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