1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add staging support

- Use canonical name for patch
This commit is contained in:
Pawel Pekala 2014-06-06 16:13:47 +00:00
parent ec9733a0e9
commit aa75a525a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356819
3 changed files with 4 additions and 22 deletions

View File

@ -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>

View File

@ -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