Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/cvsweb3/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 28 Mar 2010 06:33:00 -0000 1.87 +++ Makefile 6 Dec 2011 20:10:53 -0000 @@ -37,6 +37,8 @@ NO_BUILD= yes USE_PERL5= yes +.include + # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) @@ -115,4 +117,4 @@ .endif @${CAT} ${PKGMESSAGE} -.include +.include Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/cvsweb/Makefile,v retrieving revision 1.78 diff -u -r1.78 Makefile --- Makefile 23 Jan 2006 07:04:09 -0000 1.78 +++ Makefile 6 Dec 2011 20:11:40 -0000 @@ -23,6 +23,8 @@ NO_BUILD= yes USE_PERL5= yes +.include + # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) @@ -85,4 +87,4 @@ .endif @${CAT} ${PKGMESSAGE} -.include +.include