mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert to staging.
Sponsored by: Absolight
This commit is contained in:
parent
d4ab786704
commit
df8eeaffbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344747
@ -17,9 +17,8 @@ CFLAGS+= -Wno-error=return-type
|
||||
EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1
|
||||
WRKSRC= ${WRKDIR}/bin/diff
|
||||
|
||||
MAN1= 2diff.1
|
||||
PLIST_FILES= bin/2diff libexec/2diffh man/man1/2diff.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
${WRKSRC}/../../man/man1/diff.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Tue Oct 22 13:29:46 1996
|
||||
+++ Makefile Wed Mar 19 01:29:12 2003
|
||||
--- ./Makefile.orig 1996-10-22 04:29:46.000000000 +0000
|
||||
+++ ./Makefile 2014-02-17 13:43:18.000000000 +0000
|
||||
@@ -1,9 +1,9 @@
|
||||
# @(#)Makefile 4.1.1 1996/10/21
|
||||
#
|
||||
@ -31,6 +31,6 @@
|
||||
install: all
|
||||
- install -s diff ${DESTDIR}/bin/diff
|
||||
- install -s diffh ${DESTDIR}/usr/libexec/diffh
|
||||
+ ${BSD_INSTALL_PROGRAM} diff ${DIFF}
|
||||
+ ${BSD_INSTALL_PROGRAM} diffh ${DIFFH}
|
||||
+ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${MANPREFIX}/man/man1/2diff.1
|
||||
+ ${BSD_INSTALL_PROGRAM} diff ${DESTDIR}${DIFF}
|
||||
+ ${BSD_INSTALL_PROGRAM} diffh ${DESTDIR}${DIFFH}
|
||||
+ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${DESTDIR}${MANPREFIX}/man/man1/2diff.1
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/2diff
|
||||
libexec/2diffh
|
Loading…
Reference in New Issue
Block a user