diff options
author | vs <vs@FreeBSD.org> | 2005-10-09 14:15:10 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-09 14:15:10 +0000 |
commit | 2aed67f8fc9c8dcdcb92579c49b1f523315162d8 (patch) | |
tree | 9a741640ddf22864dd6c727dd6a5dee06f8ae0c4 /archivers | |
parent | 160f55a1b002e2b088de1177e311a3d396897a50 (diff) | |
download | FreeBSD-ports-2aed67f8fc9c8dcdcb92579c49b1f523315162d8.zip FreeBSD-ports-2aed67f8fc9c8dcdcb92579c49b1f523315162d8.tar.gz |
Fix plist
Submitted by: krisbot
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 8da052b..a25a8a3 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -28,7 +28,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --libdir=${PREFIX}/lib CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ARGS= CONF=${EXAMPLESDIR}/dact.conf +MAKE_ARGS= CONF=${EXAMPLESDIR}/dact.conf \ + TOBUILD="dact libdact.so dact.conf" MAN1= dact.1 INSTALLS_SHLIB= yes |