diff options
Diffstat (limited to 'archivers/sharutils/Makefile')
-rw-r--r-- | archivers/sharutils/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 6839cab74d9e..efb29a745d42 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.5 1995/04/12 04:53:52 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/16 01:44:03 ache Exp $ # DISTNAME= sharutils-4.1.4 CATEGORIES+= archivers @@ -15,4 +15,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} INSTALL_TARGET= install install-man +post-patch: + @touch ${WRKSRC}/stamp-cod + @touch ${WRKSRC}/sharutils.cod + @touch ${WRKSRC}/locale.c + .include <bsd.port.mk> |