summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/freebsd-uucp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile
index 30e146a80053..523c8a04b939 100644
--- a/net/freebsd-uucp/Makefile
+++ b/net/freebsd-uucp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freebsd-uucp
PORTVERSION= 1.06.1.1
-CATEGORIES= net
+CATEGORIES= net comms
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris
@@ -20,6 +20,10 @@ MAN1= cu.1 uuconv.1 uucp.1 uulog.1 uuname.1 uupick.1 uustat.1 \
MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 uucpd.8
MANCOMPRESSED= maybe
+post-extract:
+ @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
+ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} configure)
+
post-install:
@${ECHO} "Use the 'make upgrade' command to copy your old configuration"
@${ECHO} "files from /etc/uucp to the new location in ${PREFIX}/etc/uucp"