diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-02 04:05:57 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-02 04:05:57 +0000 |
commit | eb0e45c01c3b5797df163653d2809e14481f7119 (patch) | |
tree | 063e4e328d4bc5fdf0a52289428f4c6ea6c6da0e | |
parent | 89a0a7629e0a81324af9609947842373cc4ac81d (diff) | |
download | FreeBSD-ports-eb0e45c01c3b5797df163653d2809e14481f7119.zip FreeBSD-ports-eb0e45c01c3b5797df163653d2809e14481f7119.tar.gz |
create extra package, so base files can be deinstalled.
-rw-r--r-- | net/freebsd-uucp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index ab69423..a0dcc9a 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -77,6 +77,9 @@ post-install: @${ECHO} "Add this lines to your pam.conf:" @${CAT} ${FILESDIR}/uucp-pam.conf .endif +.if exists(/usr/sbin/uuchk) + ${MAKE} base-package +.endif upgrade: @${ECHO} "Copying old configuration files from /etc/uucp to ${PREFIX}/etc/uucp" |