diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:48:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:48:49 +0000 |
commit | aefc85c8242e792d10960165222f279e4a11e884 (patch) | |
tree | c30f4370a5071c5c037b5d59a5070584bcf87ca6 /print/asprint/Makefile | |
parent | 1f49964c208ef9f64d9eaa9da0a8f879ae99030e (diff) | |
download | ports-aefc85c8242e792d10960165222f279e4a11e884.tar.gz ports-aefc85c8242e792d10960165222f279e4a11e884.zip |
Notes
Diffstat (limited to 'print/asprint/Makefile')
-rw-r--r-- | print/asprint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index aff8964c1d49..b285441da320 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -3,7 +3,7 @@ # Date created: 16 August 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.2 1998/08/05 09:31:37 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/12 12:33:23 jseger Exp $ # DISTNAME= asprint @@ -17,8 +17,6 @@ USE_X_PREFIX= yes ALL_TARGET= asprint MAKEFILE= makefile -BROKEN_ELF= yes - do-install: ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin |