diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-21 19:39:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-21 19:39:07 +0000 |
commit | ce44c523f3e31e5fd4e44e6fe4e5c2b7dc859f5f (patch) | |
tree | aafb9ebb47f587ff21a124dc0f4d53492ce56552 /sysutils | |
parent | 2ee507f7fbec179017af8aa39272c941c04c2fcc (diff) | |
download | ports-ce44c523f3e31e5fd4e44e6fe4e5c2b7dc859f5f.tar.gz ports-ce44c523f3e31e5fd4e44e6fe4e5c2b7dc859f5f.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 5c917564eed7..1a00576ebdca 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} -MAINTAINER= flz@xbsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt @@ -23,6 +23,7 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lgnugetopt" +CONFIGURE_ARGS= --disable-debug MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \ resizefs.reiserfs.8 tunefs.reiserfs.8 |