diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
commit | 1337aded1e981fd92dfdeaad531b667ebbe30b57 (patch) | |
tree | 2014d824f2cef34bfa703571eba0d3315ba070d1 /archivers | |
parent | c076dcb797f5ba266f84a9ea2d4446bb71b41205 (diff) | |
download | ports-1337aded1e981fd92dfdeaad531b667ebbe30b57.tar.gz ports-1337aded1e981fd92dfdeaad531b667ebbe30b57.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 1 | ||||
-rw-r--r-- | archivers/mar/Makefile | 2 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index e389d6032c9d..7194d5c59e6a 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz USE_PERL5= yes -USE_REINPLACE= yes NO_BUILD= yes PLIST_FILES= bin/deb2targz diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index b31f74d430f5..acde59edc536 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple binary file format for storing arbitrary meta and user data -USE_REINPLACE= yes - WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAN1= mar.1 diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 25cc2456ba92..5b45be8815d7 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://tardy.sourceforge.net/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |