diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-23 14:45:07 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-23 14:45:07 +0000 |
commit | 47ac35e443af40f316eb06e90c08424caa2bb598 (patch) | |
tree | 723825d0a77927b78e917031cdebb9471478effe /devel/cvsweb/Makefile | |
parent | 9dbe8cd6229483bff3f845624beeca212470496f (diff) | |
download | ports-47ac35e443af40f316eb06e90c08424caa2bb598.tar.gz ports-47ac35e443af40f316eb06e90c08424caa2bb598.zip |
Notes
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r-- | devel/cvsweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index dcbdcf136495..0fd25a760e19 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -23,6 +23,8 @@ CONFLICTS= cvsweb-3.* NO_BUILD= yes USE_PERL5= yes +.include <bsd.port.pre.mk> + # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) @@ -85,4 +87,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |