diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:13:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:13:01 +0000 |
commit | 8d082be63a785d48d03bbd4104321a20a80b5eff (patch) | |
tree | d9248446166e76891121824f57c6df88121c33c9 /net/freebsd-uucp | |
parent | Fix the CDROM install of StarOffice. (diff) |
- Added port to comms too.
- Do extraction from CVS in post-extract,
so patches may be applied before build.
Notes
Notes:
svn path=/head/; revision=48392
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 6 |
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" |