diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 07:38:41 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 07:38:41 +0800 |
commit | bbee4a66a6c51cf5cf05a31aa2fdded1468ceb80 (patch) | |
tree | 0726304aec2db9c6ee69531b05d092b3e3aa034a /comms/linrad | |
parent | 72ad491a93fc881d0819c98066a4ab2c36dc39eb (diff) | |
download | freebsd-ports-gnome-bbee4a66a6c51cf5cf05a31aa2fdded1468ceb80.tar.gz freebsd-ports-gnome-bbee4a66a6c51cf5cf05a31aa2fdded1468ceb80.tar.zst freebsd-ports-gnome-bbee4a66a6c51cf5cf05a31aa2fdded1468ceb80.zip |
remove USE_REINPLACE for all ports with categories starting with C
Diffstat (limited to 'comms/linrad')
-rw-r--r-- | comms/linrad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index 7f6d0ef67ac1..3ce2e3ae2804 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-01.20 USE_AUTOTOOLS= autoconf:253 HAS_CONFIGURE= yes USE_BZIP2= yes -USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |