diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-04 14:51:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-04 14:51:37 +0800 |
commit | 1dded92d6db0681694047f4bfa8c061da0934265 (patch) | |
tree | b1aae5f887520f0ba9eebf18008a2be0b668c585 /misc | |
parent | 73fa88d907348ee077051eda283de870b1462e67 (diff) | |
download | freebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.tar.gz freebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.tar.zst freebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.zip |
- remove broken MANPREFIX
Diffstat (limited to 'misc')
-rw-r--r-- | misc/estic/Makefile | 2 | ||||
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 6a1ede7b41a7..9005e0882942 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -19,7 +19,7 @@ NO_WRKSUBDIR= yes # Personal Preferences, Where to install. PBX_VAR=${STAGEDIR}${PREFIX}/var/log/pbx PBX_ETC=${STAGEDIR}${PREFIX}/etc/pbx -PBX_MAN=${STAGEDIR}${MANPREFIX}/man/man1 +PBX_MAN=${STAGEDIR}${PREFIX}/man/man1 PBX_BIN=${STAGEDIR}${PREFIX}/bin PBX_DOC=${STAGEDIR}${DOCSDIR} ESTIC=${WRKSRC}/estic diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 97d735183e98..97cf8b190fd1 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -77,7 +77,7 @@ post-build: post-install: ${INSTALL_MAN} ${WRKSRC}/contrib/xmindpath/xmindpath.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL} ${WRKSRC}/contrib/xmindpath/xmindpath \ ${STAGEDIR}${PREFIX}/bin/ .if ${PORT_OPTIONS:MDOCS} |