diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-02-08 06:04:57 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-02-08 06:04:57 +0000 |
| commit | 961ce31804007c16e1627acad097426694152fc1 (patch) | |
| tree | cf9cde6d6e8e6a324be123653926fa9a07574f13 /gnu/usr.bin/send-pr | |
| parent | af7f66183cbf48533589941b5af993cef1fabd69 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/send-pr')
| -rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index d391b047aa61..a6e4d222f975 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -4,7 +4,8 @@ MAN1= send-pr.1 SUBMITTERS= current-users -RELEASE!= uname -rsm +RELEASE= `uname -rsm` +RELEASE_EV!= uname -rsm CLEANFILES+= send-pr send-pr.el SUBDIR+= doc @@ -22,7 +23,7 @@ send-pr: send-pr.sh Makefile send-pr.el: send-pr-el.in Makefile sed -e 's,@DATADIR@,/etc,g' \ - -e 's/@DEFAULT_RELEASE@/$(RELEASE)/g' \ + -e 's/@DEFAULT_RELEASE@/$(RELEASE_EV)/g' \ -e 's/"unknown"/"$(SUBMITTERS)"/g' \ ${.ALLSRC:N*Makefile} > ${.TARGET} |
