mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1) portlint compliant
2) strip binaries 3) add @dirrm in PLIST PR: ports/5984 Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
This commit is contained in:
parent
c122ec88f9
commit
0c4d911daf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10128
@ -3,7 +3,7 @@
|
||||
# Date created: 21 September 1994
|
||||
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $Id: Makefile,v 1.14 1997/11/10 11:23:39 asami Exp $
|
||||
# $Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= psutils-p17
|
||||
@ -57,10 +57,10 @@ pre-fetch:
|
||||
@echo "Possible values are: A3, A4 (default), A5, B5, letter, legal,"
|
||||
@echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
|
||||
.elif defined(PAPERSIZE_INVALID)
|
||||
@echo "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
|
||||
@echo "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
|
||||
@echo "Possible values are: A3, A4 (default), A5, B5, letter, legal,"
|
||||
@echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
|
||||
@/usr/bin/false
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
34
print/psutils-letter/files/patch-aa
Normal file
34
print/psutils-letter/files/patch-aa
Normal file
@ -0,0 +1,34 @@
|
||||
--- Makefile.unix Wed Mar 12 07:52:59 1997
|
||||
+++ Makefile.unix Wed Mar 11 10:10:59 1998
|
||||
@@ -222,27 +222,27 @@
|
||||
-mkdir $(BINDIR)
|
||||
@for i in $(BIN); do \
|
||||
echo Installing $$i; \
|
||||
- $(INSTALL) $$i $(BINDIR); \
|
||||
+ $(BSD_INSTALL_PROGRAM) $$i $(BINDIR); \
|
||||
done
|
||||
|
||||
install.script: $(PERLSCRIPTS) $(SHELLSCRIPTS)
|
||||
-mkdir $(SCRIPTDIR)
|
||||
@for i in $(PERLSCRIPTS) $(SHELLSCRIPTS); do \
|
||||
echo Installing $$i; \
|
||||
- $(INSTALL) $$i $(SCRIPTDIR); \
|
||||
+ $(BSD_INSTALL_SCRIPT) $$i $(SCRIPTDIR); \
|
||||
done
|
||||
|
||||
install.include: $(INCLUDES)
|
||||
-mkdir $(INCLUDEDIR)
|
||||
@for i in $(INCLUDES); do \
|
||||
echo Installing $$i; \
|
||||
- $(INSTALLMAN) $$i $(INCLUDEDIR); \
|
||||
+ $(BSD_INSTALL_DATA) $$i $(INCLUDEDIR); \
|
||||
done
|
||||
|
||||
install.man: $(MANPAGES)
|
||||
-mkdir $(MANDIR)
|
||||
@for i in $(MANPAGES); do \
|
||||
echo Installing manual page for $$i; \
|
||||
- $(INSTALLMAN) $$i $(MANDIR)/$$i; \
|
||||
+ $(BSD_INSTALL_MAN) $$i $(MANDIR)/$$i; \
|
||||
done
|
||||
|
@ -41,3 +41,4 @@ man/man1/extractres.1.gz
|
||||
man/man1/includeres.1.gz
|
||||
share/psutils/md68_0.ps
|
||||
share/psutils/md71_0.ps
|
||||
@dirrm share/psutils
|
||||
|
Loading…
Reference in New Issue
Block a user