mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/nedit: Moved man to share/man
This commit is contained in:
parent
cb6b292935
commit
ee96af02f4
2 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= nedit
|
||||
PORTVERSION= 5.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
#MASTER_SITES= LOCAL/swills
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/
|
||||
|
@ -18,8 +19,8 @@ ALL_TARGET= freebsd
|
|||
PLIST_FILES= bin/nclient \
|
||||
bin/nedit \
|
||||
lib/X11/app-defaults/NEdit.ad \
|
||||
man/man1/nclient.1.gz \
|
||||
man/man1/nedit.1.gz
|
||||
share/man/man1/nclient.1.gz \
|
||||
share/man/man1/nedit.1.gz
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && make docs
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@echo "(For example, type \"make linux\" for a Linux system.)"
|
||||
@(cd makefiles && ls -C Makefile* | sed -e 's/Makefile.//g')
|
||||
+ @(cd doc; $(MAKE) man)
|
||||
|
||||
|
||||
.DEFAULT:
|
||||
@- (cd Microline/XmL; if [ -f ../../makefiles/Makefile.$@ -a ! -f ./Makefile.$@ ];\
|
||||
@@ -42,6 +43,12 @@ docs:
|
||||
|
@ -15,9 +15,9 @@
|
|||
+
|
||||
+install::
|
||||
+ (cd source; make -f Makefile.freebsd install)
|
||||
+ ${INSTALL} ${COPY} -m 644 doc/nedit.man $(DESTDIR)${PREFIX}/man/man1/nedit.1
|
||||
+ ${INSTALL} ${COPY} -m 644 doc/nc.man $(DESTDIR)${PREFIX}/man/man1/nclient.1
|
||||
+ ${INSTALL} ${COPY} -m 644 doc/nedit.man $(DESTDIR)${PREFIX}/share/man/man1/nedit.1
|
||||
+ ${INSTALL} ${COPY} -m 644 doc/nc.man $(DESTDIR)${PREFIX}/share/man/man1/nclient.1
|
||||
+ ${INSTALL} ${COPY} -m 644 NEdit.ad $(DESTDIR)${LOCALBASE}/lib/X11/app-defaults/NEdit.ad
|
||||
|
||||
|
||||
clean:
|
||||
(cd util; $(MAKE) -f Makefile.common clean)
|
||||
|
|
Loading…
Add table
Reference in a new issue