diff options
author | vs <vs@FreeBSD.org> | 2004-07-22 03:39:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-22 03:39:07 +0800 |
commit | 072290618434ff2aa3e9c2347c7650246b895aff (patch) | |
tree | 7996cd499e20d7343b9e505b4dd9093a488b3100 /sysutils/progsreiserfs | |
parent | a2edca783a734a4703e5c06abf6673ceffedf1ce (diff) | |
download | freebsd-ports-gnome-072290618434ff2aa3e9c2347c7650246b895aff.tar.gz freebsd-ports-gnome-072290618434ff2aa3e9c2347c7650246b895aff.tar.zst freebsd-ports-gnome-072290618434ff2aa3e9c2347c7650246b895aff.zip |
- Fix build with GCC 3.4.1
- Drop maintainership
PR: ports/69378
Submitted by: Florent Thoumie (maintainer)
Diffstat (limited to 'sysutils/progsreiserfs')
-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 |