diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 05:08:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 05:08:54 +0000 |
commit | 46b4022eb15c2eb0179e6cb56d9758d46ff2eaf6 (patch) | |
tree | b4241eb6ede03610deb88350b16bc7c6f0fa143a /archivers/gshar+gunshar | |
parent | 3d650ae6acee3101c8490ff86812657f4192293f (diff) | |
download | ports-46b4022eb15c2eb0179e6cb56d9758d46ff2eaf6.tar.gz ports-46b4022eb15c2eb0179e6cb56d9758d46ff2eaf6.zip |
Notes
Diffstat (limited to 'archivers/gshar+gunshar')
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index abb448830ac7..c55050fd1040 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/Makefile @@ -3,11 +3,12 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/28 04:44:59 ache Exp $ # DISTNAME= sharutils-4.1.3 MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} +INSTALL_TARGET= install install-man .include <bsd.port.mk> |