diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /net/freebsd-uucp | |
parent | fa0d2e76ea8e387f084dbd4135979433ed303274 (diff) | |
download | ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip |
Notes
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index f66692219243..232987797205 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-uucp -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= r DISTVERSION= 1_07_4 CATEGORIES= net comms ipv6 @@ -83,8 +83,8 @@ pre-install: ${STAGEDIR}${PREFIX}/etc/mtree/uucp-local.mtree post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/info - ${INSTALL_DATA} ${WRKSRC}/uucp/doc/uucp.info ${STAGEDIR}${PREFIX}/info/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/uucp/doc/uucp.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .if ${PORT_OPTIONS:MVAR_LOG} ${MKDIR} ${STAGEDIR}/var/log/uucp .endif |