1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Don't try to install a manpage that doesn't exist.

This commit is contained in:
Steve Price 2000-05-28 04:02:00 +00:00
parent 74fd001d80
commit e5e921c6b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28821

View File

@ -0,0 +1,8 @@
--- Makefile.orig Sat May 27 18:19:33 2000
+++ Makefile Sat May 27 18:20:15 2000
@@ -13,5 +13,3 @@
install:
$(INSTALL) -c mp3rename $(PREFIX)/bin/mp3rename
- $(INSTALL) -c mp3rename.1.gz $(PREFIX)/man/man1/
-