diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-31 09:29:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-31 09:29:42 +0800 |
commit | 0a3e9eb1e018613f5e13aa9cabf8bf09647bc5f9 (patch) | |
tree | 61cb7fc14fb2cbd5d77480765c895d0b53f213fa /security | |
parent | d60310f9d8fea819b96d556f11eeaf8c7f70029f (diff) | |
download | freebsd-ports-gnome-0a3e9eb1e018613f5e13aa9cabf8bf09647bc5f9.tar.gz freebsd-ports-gnome-0a3e9eb1e018613f5e13aa9cabf8bf09647bc5f9.tar.zst freebsd-ports-gnome-0a3e9eb1e018613f5e13aa9cabf8bf09647bc5f9.zip |
remove USE_REINPLACE
Diffstat (limited to 'security')
-rw-r--r-- | security/ipfwcount/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index 93c77b0aad62..912ccb32da04 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -19,7 +19,6 @@ PLIST_FILES= bin/ipfwcount MAN1= ipfwcount.1 USE_PERL5= yes -USE_REINPLACE= yes .if !defined(NOPORTDOCS) PLIST_DIRS= %%EXAMPLESDIR%% |