1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add forgotten patch to unbreak plist.

Reported by:	pointyhat via kris
This commit is contained in:
Jun Kuriyama 2005-12-01 22:38:40 +00:00
parent 8b85e5398d
commit 0f0bf1c519
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150177
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= conserver
PORTVERSION= 8.1.12
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.conserver.com/ \
ftp://ftp.conserver.com/conserver/

View File

@ -0,0 +1,11 @@
--- conserver/Makefile.in.orig Fri Dec 2 07:32:43 2005
+++ conserver/Makefile.in Fri Dec 2 07:33:08 2005
@@ -65,7 +65,6 @@
$(INSTALL) conserver.man $(DESTDIR)$(mandir)/man8/conserver.8
$(MKDIR) $(DESTDIR)$(exampledir)
$(INSTALL) conserver.rc $(DESTDIR)$(exampledir)
- $(MKDIR) $(DESTDIR)$(pkglibdir)
- $(INSTALL) convert $(DESTDIR)$(pkglibdir)/convert
+ $(INSTALL) convert $(DESTDIR)$(sbindir)/conserver-convert
.PHONY: clean distclean install