mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
PLIST related fixes.
This commit is contained in:
parent
a7aee06e22
commit
e531baf8c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26345
@ -6,3 +6,5 @@ share/doc/timidity/ja/README.sf
|
||||
@dirrm share/doc/timidity/C
|
||||
@dirrm share/doc/timidity/ja
|
||||
@dirrm share/doc/timidity
|
||||
@exec mkdir %D/lib/timidity
|
||||
@dirrm lib/timidity
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/wmftofig
|
||||
bin/wmftogif
|
||||
bin/xwmf
|
||||
include/Xwmfapi.h
|
||||
|
@ -25,3 +25,12 @@
|
||||
@echo Compiling nmap
|
||||
rm -f $@
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
@@ -128,7 +128,7 @@
|
||||
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||
|
||||
install: all
|
||||
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir) $(deskdir)
|
||||
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir)
|
||||
$(INSTALL) -c -m 755 nmap $(bindir)/nmap
|
||||
@echo "If the next command failes -- you cannot use the X front end"
|
||||
-test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop
|
||||
|
@ -3,3 +3,4 @@ bin/nmap
|
||||
share/misc/nmap-os-fingerprints
|
||||
share/misc/nmap-services
|
||||
share/misc/nmap-rpc
|
||||
@dirrm share/misc
|
||||
|
@ -3,6 +3,7 @@ bin/latte
|
||||
info/latte.info
|
||||
info/liblatte.info
|
||||
lib/liblatte.a
|
||||
lib/liblatte.so
|
||||
lib/liblatte.so.4
|
||||
include/latte/FlexLexer.h
|
||||
include/latte/latte-conf.h
|
||||
|
Loading…
Reference in New Issue
Block a user