diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-05 16:08:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-05 16:08:08 +0800 |
commit | d9379e7e3063a542666d785bf49d387e7b90563d (patch) | |
tree | a679a22a8af08024fd746f3d5f688094e6556a4d /german | |
parent | 7b6cf285ba406f7098bee0749e4da545c93eec3b (diff) | |
download | freebsd-ports-gnome-d9379e7e3063a542666d785bf49d387e7b90563d.tar.gz freebsd-ports-gnome-d9379e7e3063a542666d785bf49d387e7b90563d.tar.zst freebsd-ports-gnome-d9379e7e3063a542666d785bf49d387e7b90563d.zip |
- fix PLIST
Diffstat (limited to 'german')
-rw-r--r-- | german/unix-connect/Makefile | 2 | ||||
-rw-r--r-- | german/unix-connect/pkg-plist | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 574623932d56..1895622b4f4b 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-user=news CONFIGURE_ARGS+=--with-group=dialer CONFIGURE_ARGS+=--with-execdir=${PREFIX}/libexec/uconnect -CONFIGURE_ARGS+=--with-confdir=/etc/uconnect +CONFIGURE_ARGS+=--with-confdir=${PREFIX}/etc/uconnect CONFIGURE_ARGS+=--with-spooldir=/var/spool/uconnect CONFIGURE_ARGS+=--with-mail=sendmail CONFIGURE_ARGS+=--with-news=cnews diff --git a/german/unix-connect/pkg-plist b/german/unix-connect/pkg-plist index d463c4f54856..f19c779ab0c0 100644 --- a/german/unix-connect/pkg-plist +++ b/german/unix-connect/pkg-plist @@ -22,6 +22,32 @@ libexec/uconnect/mail.uuconnect libexec/uconnect/uurnews libexec/uconnect/zbatchsmtp @dirrm libexec/uconnect +etc/uconnect/alias +etc/uconnect/approved +etc/uconnect/autoeintrag.zconnect +etc/uconnect/config +etc/uconnect/myself.zconnect +etc/uconnect/systems.sample +etc/uconnect/xprogs +etc/uconnect/zconnecthosts +@dirrm etc/uconnect/systems +@dirrm etc/uconnect +@exec mkdir /var/spool/uconnect +@exec mkdir /var/spool/uconnect/backin +@exec mkdir /var/spool/uconnect/backout +@exec mkdir /var/spool/uconnect/error +@exec mkdir /var/spool/uconnect/locks +@exec mkdir /var/spool/uconnect/logfiles +@exec mkdir /var/spool/uconnect/netcall +@exec mkdir /var/spool/uconnect/rsmtp +@unexec rmdir /var/spool/uconnect/backin +@unexec rmdir /var/spool/uconnect/backout +@unexec rmdir /var/spool/uconnect/error +@unexec rmdir /var/spool/uconnect/locks +@unexec rmdir /var/spool/uconnect/logfiles +@unexec rmdir /var/spool/uconnect/netcall +@unexec rmdir /var/spool/uconnect/rsmtp +@unexec rmdir /var/spool/uconnect %%PORTDOCS%%share/doc/unix-connect/ChangeLog %%PORTDOCS%%share/doc/unix-connect/ChangeLog.configure %%PORTDOCS%%share/doc/unix-connect/INSTALL |