mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
deskutils/autocutsel: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5b883c3258
commit
30ccd69a92
@ -1,5 +1,6 @@
|
||||
PORTNAME= autocutsel
|
||||
PORTVERSION= 0.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= john@jnielsen.net
|
||||
@ -18,13 +19,13 @@ GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/autocutsel \
|
||||
bin/cutsel \
|
||||
man/man1/autocutsel.1.gz \
|
||||
man/man1/cutsel.1.gz
|
||||
share/man/man1/autocutsel.1.gz \
|
||||
share/man/man1/cutsel.1.gz
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user