Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
87439458
Commit
87439458
authored
1 year ago
by
Nuno Teixeira
Browse files
Options
Downloads
Patches
Plain Diff
graphics/dspdfviewer: Move man pages to share/man
Approved by: portmgr (blanket)
parent
4d563e48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
graphics/dspdfviewer/Makefile
+3
-3
3 additions, 3 deletions
graphics/dspdfviewer/Makefile
graphics/dspdfviewer/files/patch-CMakeLists.txt
+0
-11
0 additions, 11 deletions
graphics/dspdfviewer/files/patch-CMakeLists.txt
with
3 additions
and
14 deletions
graphics/dspdfviewer/Makefile
+
3
−
3
View file @
87439458
PORTNAME
=
dspdfviewer
PORTVERSION
=
1.15.1
DISTVERSIONPREFIX
=
v
PORTREVISION
=
6
6
PORTREVISION
=
6
7
CATEGORIES
=
graphics
MAINTAINER
=
fox@FreeBSD.org
...
...
@@ -29,8 +29,8 @@ CMAKE_ARGS= -DBuildTests=OFF \
-DPOPPLER_LIBRARIES
=
${
LOCALBASE
}
/lib/libpoppler-qt5.so
PLIST_FILES
=
bin/dspdfviewer
\
man/man1
/dspdfviewer.
1.gz
\
share/
applications
/dspdfviewer.
desktop
share/applications
/dspdfviewer.
desktop
\
share/
man/man1
/dspdfviewer.
1.gz
.
include
<bsd.port.pre.mk>
...
...
This diff is collapsed.
Click to expand it.
graphics/dspdfviewer/files/patch-CMakeLists.txt
deleted
100644 → 0
+
0
−
11
View file @
4d563e48
--- CMakeLists.txt.orig 2017-04-20 08:58:09 UTC
+++ CMakeLists.txt
@@ -95,7 +95,7 @@ install(TARGETS dspdfviewer
RUNTIME DESTINATION bin)
install(FILES docs/dspdfviewer.1
- DESTINATION share/man/man1)
+ DESTINATION man/man1)
install(FILES dspdfviewer.desktop
DESTINATION share/applications)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment