Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142544119
D44065.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
989 B
Referenced Files
None
Subscribers
None
D44065.diff
View Options
diff --git a/sysutils/cpufetch/Makefile b/sysutils/cpufetch/Makefile
--- a/sysutils/cpufetch/Makefile
+++ b/sysutils/cpufetch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= cpufetch
DISTVERSIONPREFIX= v
DISTVERSION= 1.05
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= jbo@FreeBSD.org
@@ -10,7 +11,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= not yet ported to other architectures
USES= gmake
@@ -19,11 +20,11 @@
GH_ACCOUNT= Dr-Noob
PLIST_FILES= bin/cpufetch \
- man/man1/cpufetch.1.gz
+ share/man/man1/cpufetch.1.gz
# Custom install as upstream uses invalid -Dm755 and -Dm644 instead of ${INSTALL_PROGRAM} and ${INSTALL_DATA} accordingly.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpufetch ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cpufetch.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/cpufetch.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 8:13 PM (9 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27818425
Default Alt Text
D44065.diff (989 B)
Attached To
Mode
D44065: sysutils/cpufetch: Move man to share/man
Attached
Detach File
Event Timeline
Log In to Comment