Skip to content

Commit

Permalink
shells/sash: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
rbgarga committed Jan 18, 2024
1 parent b16bb14 commit 1d0a1b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions shells/sash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sash
PORTVERSION= 3.8
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://members.tip.net.au/~dbell/programs/

Expand Down
11 changes: 5 additions & 6 deletions shells/sash/files/patch-Makefile
@@ -1,6 +1,6 @@
--- Makefile.orig 2014-03-05 18:56:53.000000000 +0900
+++ Makefile 2014-03-13 03:27:58.000000000 +0900
@@ -19,17 +19,17 @@
--- Makefile.orig 2014-03-05 09:56:53 UTC
+++ Makefile
@@ -19,17 +19,17 @@ HAVE_GZIP = 1
#

HAVE_GZIP = 1
Expand All @@ -26,7 +26,7 @@
-DHAVE_GZIP=$(HAVE_GZIP) \
-DHAVE_LINUX_ATTR=$(HAVE_LINUX_ATTR) \
-DHAVE_LINUX_CHROOT=$(HAVE_LINUX_CHROOT) \
@@ -43,24 +43,26 @@
@@ -43,24 +43,25 @@ LIBS = -lz
LIBS = -lz


Expand All @@ -35,9 +35,8 @@
-MANDIR = /usr/man
+#DESTDIR =
+PREFIX ?= /usr/local
+MANPREFIX ?= $(PREFIX)
+BINDIR = $(PREFIX)/bin
+MANDIR = $(MANPREFIX)/man
+MANDIR = $(PREFIX)/share/man


OBJS = sash.o cmds.o cmd_dd.o cmd_ed.o cmd_grep.o cmd_ls.o cmd_tar.o \
Expand Down
2 changes: 1 addition & 1 deletion shells/sash/pkg-plist
@@ -1,2 +1,2 @@
@shell bin/sash
man/man1/sash.1.gz
share/man/man1/sash.1.gz

0 comments on commit 1d0a1b5

Please sign in to comment.