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
|
PORTNAME= nedit
|
||||||
PORTVERSION= 5.7
|
PORTVERSION= 5.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
#MASTER_SITES= LOCAL/swills
|
#MASTER_SITES= LOCAL/swills
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/
|
||||||
|
@ -18,8 +19,8 @@ ALL_TARGET= freebsd
|
||||||
PLIST_FILES= bin/nclient \
|
PLIST_FILES= bin/nclient \
|
||||||
bin/nedit \
|
bin/nedit \
|
||||||
lib/X11/app-defaults/NEdit.ad \
|
lib/X11/app-defaults/NEdit.ad \
|
||||||
man/man1/nclient.1.gz \
|
share/man/man1/nclient.1.gz \
|
||||||
man/man1/nedit.1.gz
|
share/man/man1/nedit.1.gz
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
cd ${WRKSRC} && make docs
|
cd ${WRKSRC} && make docs
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
@echo "(For example, type \"make linux\" for a Linux system.)"
|
@echo "(For example, type \"make linux\" for a Linux system.)"
|
||||||
@(cd makefiles && ls -C Makefile* | sed -e 's/Makefile.//g')
|
@(cd makefiles && ls -C Makefile* | sed -e 's/Makefile.//g')
|
||||||
+ @(cd doc; $(MAKE) man)
|
+ @(cd doc; $(MAKE) man)
|
||||||
|
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
@- (cd Microline/XmL; if [ -f ../../makefiles/Makefile.$@ -a ! -f ./Makefile.$@ ];\
|
@- (cd Microline/XmL; if [ -f ../../makefiles/Makefile.$@ -a ! -f ./Makefile.$@ ];\
|
||||||
@@ -42,6 +43,12 @@ docs:
|
@@ -42,6 +43,12 @@ docs:
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
+
|
+
|
||||||
+install::
|
+install::
|
||||||
+ (cd source; make -f Makefile.freebsd 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/nedit.man $(DESTDIR)${PREFIX}/share/man/man1/nedit.1
|
||||||
+ ${INSTALL} ${COPY} -m 644 doc/nc.man $(DESTDIR)${PREFIX}/man/man1/nclient.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
|
+ ${INSTALL} ${COPY} -m 644 NEdit.ad $(DESTDIR)${LOCALBASE}/lib/X11/app-defaults/NEdit.ad
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
(cd util; $(MAKE) -f Makefile.common clean)
|
(cd util; $(MAKE) -f Makefile.common clean)
|
||||||
|
|
Loading…
Add table
Reference in a new issue