svn commit: r356626 - in head/mail/pop3gwd: . files
Pawel Pekala
pawel at FreeBSD.org
Thu Jun 5 11:10:09 UTC 2014
Author: pawel
Date: Thu Jun 5 11:10:08 2014
New Revision: 356626
URL: http://svnweb.freebsd.org/changeset/ports/356626
QAT: https://qat.redports.org/buildarchive/r356626/
Log:
Add staging support
Modified:
head/mail/pop3gwd/Makefile
head/mail/pop3gwd/files/patch-makefile
Modified: head/mail/pop3gwd/Makefile
==============================================================================
--- head/mail/pop3gwd/Makefile Thu Jun 5 10:36:17 2014 (r356625)
+++ head/mail/pop3gwd/Makefile Thu Jun 5 11:10:08 2014 (r356626)
@@ -11,5 +11,4 @@ COMMENT= App-level proxy for Mail retrie
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/mail/pop3gwd/files/patch-makefile
==============================================================================
--- head/mail/pop3gwd/files/patch-makefile Thu Jun 5 10:36:17 2014 (r356625)
+++ head/mail/pop3gwd/files/patch-makefile Thu Jun 5 11:10:08 2014 (r356626)
@@ -1,12 +1,12 @@
-# $OpenBSD: patch-makefile,v 1.1.1.1 2000/01/03 02:22:43 kevlo Exp $
---- Makefile.orig Thu Jun 19 19:06:28 1997
-+++ Makefile Wed Dec 29 12:25:33 1999
-@@ -3,22 +3,23 @@
+--- Makefile.orig 1997-06-19 11:06:28.000000000 +0200
++++ Makefile 2014-06-05 12:12:33.861436472 +0200
+@@ -2,25 +2,26 @@
+ # -------------------
-CC=gcc
-+#CC=gcc
-CFLAGS= -O2
++#CC=gcc
+CFLAGS+= -Wall
MODULES=main.o parse_cmd_line.o get_remote_data.o connect_login.o io.o relay_data.o
DOCS=README COPYING HISTORY
@@ -27,7 +27,11 @@
install:
- make
- cp -f in.pop3gwd $(INSTALL_DIR)/
-+ cp -f in.pop3gwd $(INSTALL_DIR)/pop3gwd
- [ -d $(DOC_DIR) ] || mkdir $(DOC_DIR)
- cp -f $(DOCS) $(DOC_DIR)
+- [ -d $(DOC_DIR) ] || mkdir $(DOC_DIR)
+- cp -f $(DOCS) $(DOC_DIR)
++ $(BSD_INSTALL_PROGRAM) in.pop3gwd $(DESTDIR)$(INSTALL_DIR)/pop3gwd
++ [ -d $(DOC_DIR) ] || mkdir $(DESTDIR)$(DOC_DIR)
++ $(BSD_INSTALL_DATA) $(DOCS) $(DESTDIR)$(DOC_DIR)
+ main.o: pop3-gw.h main.c
+ $(CC) $(CFLAGS) -c -o main.o main.c
More information about the svn-ports-all
mailing list