mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Use canonical name for patch
This commit is contained in:
parent
ec9733a0e9
commit
aa75a525a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356819
@ -11,8 +11,9 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Util to rotate your mail/news signature
|
||||
|
||||
MAN1= sigrot.1
|
||||
PLIST_FILES= bin/sigrot
|
||||
MAKE_ARGS= DEST="${STAGEDIR}${PREFIX}/bin" \
|
||||
MANDEST="${STAGEDIR}${PREFIX}/man/man1"
|
||||
|
||||
PLIST_FILES= bin/sigrot man/man1/sigrot.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- Makefile.orig Wed Mar 4 13:40:36 1998
|
||||
+++ Makefile Wed Mar 4 15:55:25 1998
|
||||
@@ -1,6 +1,6 @@
|
||||
-DEST = /usr/local/bin
|
||||
+DEST = ${PREFIX}/bin
|
||||
|
||||
-MANDEST = /usr/man/man1
|
||||
+MANDEST = ${PREFIX}/man/man1
|
||||
|
||||
MANFILE = sigrot.1
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
$(PROGRAM): $(LIBS)
|
||||
@$(LD) $(SRCS) -o $(PROGRAM)
|
||||
- @echo "done"
|
||||
|
||||
clean:; @rm -f core
|
||||
|
Loading…
Reference in New Issue
Block a user